/src/sys/dev/ic/ |
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])))
|
adv.h | 81 (((u_long)(c)) - ((u_long)&sc->sc_control->ccbs[0])))
|
adw.h | 99 (((u_long)(c)) - ((u_long)&sc->sc_control->ccbs[0])))
|
lptvar.h | 81 u_char sc_control; member in struct:lpt_softc
|
lpt.c | 215 sc->sc_control = control; 302 u_char control = sc->sc_control; 410 u_char control = sc->sc_control;
|
adwmcode.h | 86 (((u_int8_t *)(sc)->sc_control->carriers) + \
|
adw.c | 110 sizeof(struct adw_control), (void **) & sc->sc_control, 128 sc->sc_control, sizeof(struct adw_control), NULL, 148 sc->sc_control->carriers = malloc(sizeof(ADW_CARRIER) * ADW_MAX_CARRIER, 150 if(!sc->sc_control->carriers) { 165 (void **)&sc->sc_control->carriers, 184 sc->sc_control->carriers, sizeof(ADW_CARRIER) * ADW_MAX_CARRIER, 419 memset(sc->sc_control, 0, sizeof(struct adw_control)); 424 ncontrols = adw_create_ccbs(sc, sc->sc_control->ccbs, ADW_MAX_CCB);
|
adv.c | 114 (void **) & sc->sc_control, 131 sc->sc_control, sizeof(struct adv_control), NULL, 155 bus_dmamem_unmap(sc->sc_dmat, (void *) sc->sc_control, 475 i = adv_create_ccbs(sc, sc->sc_control->ccbs, ADV_MAX_CCB);
|
aha.c | 952 sizeof(struct aha_control), (void **)&sc->sc_control, 971 sc->sc_control, sizeof(struct aha_control), NULL, 981 i = aha_create_ccbs(sc, sc->sc_control->ac_ccbs, initial_ccbs);
|
adwlib.h | 832 struct adw_control *sc_control; /* control structures */ member in struct:adw_softc
|
advlib.h | 841 struct adv_control *sc_control; /* control structures */ member in struct:asc_softc
|
adwlib.c | 840 sc->sc_control->carriers);
|
/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
|
if_sq.c | 210 sizeof(struct sq_control), (void **)&sc->sc_control, 225 sc->sc_control, sizeof(struct sq_control), NULL, 232 memset(sc->sc_control, 0, sizeof(struct sq_control)); 359 (void *)sc->sc_control, sizeof(struct sq_control));
|
/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;
|
/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...] |
/src/sys/dev/usb/ |
ohcivar.h | 134 uint32_t sc_control; /* Preserved during suspend/standby */ member in struct:ohci_softc
|
ohci.c | 1085 sc->sc_control = sc->sc_intre = 0; 1190 if (sc->sc_control) 1191 ctl = sc->sc_control; 1200 sc->sc_control = sc->sc_intre = 0; 1212 if (sc->sc_control == 0) { 1217 sc->sc_control = ctl;
|
/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)
|
/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;
|