Searched refs:softc (Results 51 - 63 of 63) sorted by relevance

123

/broadcom-cfe-1.4.2/cfe/include/
H A Dcfe_mii.h67 void *softc; member in struct:cfe_mii_channel_s
H A Dcfe_spi.h69 void *softc; member in struct:cfe_spi_channel_s
H A Dcfe_smbus.h78 void *softc; member in struct:cfe_smbus_channel_s
/broadcom-cfe-1.4.2/cfe/usb/
H A Dusbhack.c71 #define OHCI_WRITECSR(softc,x,y) \
72 *((volatile uint32_t *) ((softc)->ohci_regs + ((x)/sizeof(uint32_t)))) = (y)
73 #define OHCI_READCSR(softc,x) \
74 *((volatile uint32_t *) ((softc)->ohci_regs + ((x)/sizeof(uint32_t))))
474 * Hack: retrieve copy of softc for our exception handler
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c2807 static void tulip_ether_reset(void *softc);
3095 * ctx - device context (includes ptr to our softc)
3125 * ctx - device context (includes ptr to our softc)
3175 * ctx - device context (includes ptr to our softc)
3205 * ctx - device context (includes ptr to our softc)
3251 * ctx - device context (includes ptr to our softc)
3319 * ctx - device context (includes ptr to our softc)
3346 * ctx - device context (includes ptr to our softc)
3365 * TULIP_ETHER_RESET(softc)
3371 * softc
3397 tulip_srom_read(void *softc, unsigned int addr) argument
3419 tulip_srom_enable(void *softc, int enable) argument
3440 tulip_srom_write(void *softc, unsigned int addr, uint16_t word) argument
[all...]
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_rtl8139.c808 static void rtl8139_ether_reset(void *softc);
1114 rtl8139_ether_reset(void *softc) argument
1116 rtl8139_softc *sc = (rtl8139_softc *)softc;
H A Ddev_aic6915.c1316 static void aic_ether_reset(void *softc);
1587 aic_ether_reset(void *softc) argument
1589 aic_ether_t *sc = (aic_ether_t *)softc;
H A Ddev_bcm4401.c1234 static void bcm4401_ether_reset(void *softc);
1594 bcm4401_ether_reset(void *softc) argument
1596 bcm4401_softc *sc = (bcm4401_softc *)softc;
H A Ddev_dp83815.c1692 static void dp83815_ether_reset(void *softc);
1860 * ctx - device context (includes ptr to our softc)
1895 * ctx - device context (includes ptr to our softc)
1946 * ctx - device context (includes ptr to our softc)
1976 * ctx - device context (includes ptr to our softc)
2023 * ctx - device context (includes ptr to our softc)
2091 * ctx - device context (includes ptr to our softc)
2125 * ctx - device context (includes ptr to our softc)
2145 * DP83815_ETHER_RESET(softc)
2151 * softc
2158 dp83815_ether_reset(void *softc) argument
[all...]
H A Ddev_i82559.c1376 static void i82559_ether_reset(void *softc);
1737 i82559_ether_reset(void *softc) argument
H A Ddev_bcm5700.c2466 static void t3_ether_reset(void *softc);
2898 t3_ether_reset(void *softc) argument
2900 t3_ether_t *sc = (t3_ether_t *)softc;
H A Ddev_tulip.c2399 static void tulip_ether_reset(void *softc);
2595 * ctx - device context (includes ptr to our softc)
2625 * ctx - device context (includes ptr to our softc)
2676 * ctx - device context (includes ptr to our softc)
2706 * ctx - device context (includes ptr to our softc)
2753 * ctx - device context (includes ptr to our softc)
2821 * ctx - device context (includes ptr to our softc)
2849 * ctx - device context (includes ptr to our softc)
2862 * TULIP_ETHER_RESET(softc)
2868 * softc
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c1403 static void bcm4401_ether_reset(void *softc);
1915 bcm4401_ether_reset(void *softc) argument
1917 bcm4401_softc *sc = (bcm4401_softc *)softc;

Completed in 139 milliseconds

123