/src/sys/dev/ic/ |
lptvar.h | 81 u_char sc_control; member in struct:lpt_softc
|
lptvar.h | 81 u_char sc_control; member in struct:lpt_softc
|
lptvar.h | 81 u_char sc_control; member in struct:lpt_softc
|
ahavar.h | 77 struct aha_control *sc_control; /* control structures */ member in struct:aha_softc 79 #define wmbx (&sc->sc_control->ac_mbx) 108 (((u_long)(c)) - ((u_long)&sc->sc_control->ac_ccbs[0])))
|
ahavar.h | 77 struct aha_control *sc_control; /* control structures */ member in struct:aha_softc 79 #define wmbx (&sc->sc_control->ac_mbx) 108 (((u_long)(c)) - ((u_long)&sc->sc_control->ac_ccbs[0])))
|
ahavar.h | 77 struct aha_control *sc_control; /* control structures */ member in struct:aha_softc 79 #define wmbx (&sc->sc_control->ac_mbx) 108 (((u_long)(c)) - ((u_long)&sc->sc_control->ac_ccbs[0])))
|
adwlib.h | 832 struct adw_control *sc_control; /* control structures */ member in struct:adw_softc
|
/src/sys/arch/sgimips/hpc/ |
sqvar.h | 125 struct sq_control* sc_control; member in struct:sq_softc 126 #define sc_rxdesc sc_control->rx_desc 127 #define sc_txdesc sc_control->tx_desc
|
sqvar.h | 125 struct sq_control* sc_control; member in struct:sq_softc 126 #define sc_rxdesc sc_control->rx_desc 127 #define sc_txdesc sc_control->tx_desc
|
sqvar.h | 125 struct sq_control* sc_control; member in struct:sq_softc 126 #define sc_rxdesc sc_control->rx_desc 127 #define sc_txdesc sc_control->tx_desc
|
/src/sys/arch/evbmips/loongson/dev/ |
stvii.c | 97 uint8_t sc_control; member in struct:stvii_softc 170 sc->sc_control = reg; 260 if (sc->sc_control & STC_CHARGE_ENABLE) 302 nctrl = sc->sc_control & ~(STC_TRICKLE | STC_CHARGE_ENABLE); 317 if (nctrl != sc->sc_control) { 318 sc->sc_control = nctrl; 319 stvii_writereg(sc, ST7_CONTROL, sc->sc_control); 396 edata->value_cur = sc->sc_control & STC_CHARGE_ENABLE;
|
stvii.c | 97 uint8_t sc_control; member in struct:stvii_softc 170 sc->sc_control = reg; 260 if (sc->sc_control & STC_CHARGE_ENABLE) 302 nctrl = sc->sc_control & ~(STC_TRICKLE | STC_CHARGE_ENABLE); 317 if (nctrl != sc->sc_control) { 318 sc->sc_control = nctrl; 319 stvii_writereg(sc, ST7_CONTROL, sc->sc_control); 396 edata->value_cur = sc->sc_control & STC_CHARGE_ENABLE;
|
stvii.c | 97 uint8_t sc_control; member in struct:stvii_softc 170 sc->sc_control = reg; 260 if (sc->sc_control & STC_CHARGE_ENABLE) 302 nctrl = sc->sc_control & ~(STC_TRICKLE | STC_CHARGE_ENABLE); 317 if (nctrl != sc->sc_control) { 318 sc->sc_control = nctrl; 319 stvii_writereg(sc, ST7_CONTROL, sc->sc_control); 396 edata->value_cur = sc->sc_control & STC_CHARGE_ENABLE;
|
/src/sys/dev/usb/ |
ohcivar.h | 134 uint32_t sc_control; /* Preserved during suspend/standby */ member in struct:ohci_softc
|
ohcivar.h | 134 uint32_t sc_control; /* Preserved during suspend/standby */ member in struct:ohci_softc
|
ohcivar.h | 134 uint32_t sc_control; /* Preserved during suspend/standby */ member in struct:ohci_softc
|
/src/sys/arch/i386/pnpbios/ |
pnpbios.c | 95 int sc_control; member in struct:pnpbios_softc 300 sc->sc_control = *(uint8_t *)(p + 0x06); 309 codepbase, datapbase, pnpbios_entry, sc->sc_control, 315 evtype = (sc->sc_control & PNP_IC_CONTORL_EVENT_MASK); 1403 if ((sc->sc_control & PNP_IC_CONTORL_EVENT_MASK)
|
pnpbios.c | 95 int sc_control; member in struct:pnpbios_softc 300 sc->sc_control = *(uint8_t *)(p + 0x06); 309 codepbase, datapbase, pnpbios_entry, sc->sc_control, 315 evtype = (sc->sc_control & PNP_IC_CONTORL_EVENT_MASK); 1403 if ((sc->sc_control & PNP_IC_CONTORL_EVENT_MASK)
|
pnpbios.c | 95 int sc_control; member in struct:pnpbios_softc 300 sc->sc_control = *(uint8_t *)(p + 0x06); 309 codepbase, datapbase, pnpbios_entry, sc->sc_control, 315 evtype = (sc->sc_control & PNP_IC_CONTORL_EVENT_MASK); 1403 if ((sc->sc_control & PNP_IC_CONTORL_EVENT_MASK)
|
/src/sys/arch/mips/alchemy/dev/ |
if_aumac.c | 152 uint32_t sc_control; /* MAC_CONTROL contents */ member in struct:aumac_softc 793 sc->sc_control |= CONTROL_DO | CONTROL_TE | CONTROL_RE; 795 sc->sc_control |= CONTROL_EM; 899 sc->sc_control &= ~(CONTROL_PM | CONTROL_PR); 903 sc->sc_control & ~CONTROL_RE); 906 sc->sc_control |= CONTROL_PR; 917 sc->sc_control |= CONTROL_HP; 964 sc->sc_control); 968 sc->sc_control |= CONTROL_PM; 970 sc->sc_control); [all...] |
if_aumac.c | 152 uint32_t sc_control; /* MAC_CONTROL contents */ member in struct:aumac_softc 793 sc->sc_control |= CONTROL_DO | CONTROL_TE | CONTROL_RE; 795 sc->sc_control |= CONTROL_EM; 899 sc->sc_control &= ~(CONTROL_PM | CONTROL_PR); 903 sc->sc_control & ~CONTROL_RE); 906 sc->sc_control |= CONTROL_PR; 917 sc->sc_control |= CONTROL_HP; 964 sc->sc_control); 968 sc->sc_control |= CONTROL_PM; 970 sc->sc_control); [all...] |
if_aumac.c | 152 uint32_t sc_control; /* MAC_CONTROL contents */ member in struct:aumac_softc 793 sc->sc_control |= CONTROL_DO | CONTROL_TE | CONTROL_RE; 795 sc->sc_control |= CONTROL_EM; 899 sc->sc_control &= ~(CONTROL_PM | CONTROL_PR); 903 sc->sc_control & ~CONTROL_RE); 906 sc->sc_control |= CONTROL_PR; 917 sc->sc_control |= CONTROL_HP; 964 sc->sc_control); 968 sc->sc_control |= CONTROL_PM; 970 sc->sc_control); [all...] |
/src/sys/arch/acorn32/podulebus/ |
if_ie.c | 130 int sc_control; member in struct:ie_softc 215 WriteByte ( sc->sc_control + (IE_CONTROL<<2), IE_CONT_ATTN ); 225 WriteByte ( sc->sc_control + (IE_PAGE<<2), IE_COFF2PAGE(off) ); 332 sc->sc_control = sc->sc_podule->fast_base;
|
if_ie.c | 130 int sc_control; member in struct:ie_softc 215 WriteByte ( sc->sc_control + (IE_CONTROL<<2), IE_CONT_ATTN ); 225 WriteByte ( sc->sc_control + (IE_PAGE<<2), IE_COFF2PAGE(off) ); 332 sc->sc_control = sc->sc_podule->fast_base;
|
if_ie.c | 130 int sc_control; member in struct:ie_softc 215 WriteByte ( sc->sc_control + (IE_CONTROL<<2), IE_CONT_ATTN ); 225 WriteByte ( sc->sc_control + (IE_PAGE<<2), IE_COFF2PAGE(off) ); 332 sc->sc_control = sc->sc_podule->fast_base;
|