Home
last modified time | relevance | path

Searched refs:sc_control (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/dev/ic/
H A Dadw.c110 sizeof(struct adw_control), (caddr_t *) & sc->sc_control, in adw_alloc_controls()
128 sc->sc_control, sizeof(struct adw_control), NULL, in adw_alloc_controls()
148 sc->sc_control->carriers = in adw_alloc_carriers()
151 if (sc->sc_control->carriers == NULL) in adw_alloc_carriers()
164 (caddr_t *) &sc->sc_control->carriers, in adw_alloc_carriers()
183 sc->sc_dmamap_carrier, sc->sc_control->carriers, in adw_alloc_carriers()
431 i = adw_create_ccbs(sc, sc->sc_control->ccbs, ADW_MAX_CCB); in adw_attach()
H A Dlpt.c216 sc->sc_control = control; in lptopen()
298 u_int8_t control = sc->sc_control; in lptpushbytes()
411 u_int8_t control = sc->sc_control; in lptintr()
467 lpt_control, sc->sc_control); in lpt_activate()
H A Dlptvar.h75 u_int8_t sc_control; member
H A Dadv.h77 (((u_long)(c)) - ((u_long)&sc->sc_control->ccbs[0])))
H A Dadw.h101 (((u_long)(c)) - ((u_long)&sc->sc_control->ccbs[0])))
H A Dadv.c115 sizeof(struct adv_control), (caddr_t *) & sc->sc_control, in adv_alloc_ccbs()
132 sc->sc_control, sizeof(struct adv_control), NULL, in adv_alloc_ccbs()
476 i = adv_create_ccbs(sc, sc->sc_control->ccbs, ADV_MAX_CCB); in adv_attach()
H A Dadwlib.h742 struct adw_control *sc_control; /* control structures */ member
H A Dadvlib.h835 struct adv_control *sc_control; /* control structures */ member
H A Dadwlib.c825 sc->sc_control->carriers); in AdwInitDriver()
/openbsd/sys/dev/microcode/adw/
H A Dadwmcode.h87 (((u_int8_t *)(sc)->sc_control->carriers) + \
/openbsd/sys/dev/usb/
H A Dohcivar.h116 u_int32_t sc_control; /* Preserved during suspend/standby */ member
H A Dohci.c303 if (sc->sc_control == 0) { in ohci_activate()
308 sc->sc_control = reg; in ohci_activate()
328 if (sc->sc_control) in ohci_activate()
329 reg = sc->sc_control; in ohci_activate()
351 sc->sc_control = sc->sc_intre = sc->sc_ival = 0; in ohci_activate()
916 sc->sc_control = sc->sc_intre = 0; in ohci_init()