HomeSort by: relevance | last modified time | path
    Searched refs:sc_intre (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ohcivar.h 135 uint32_t sc_intre; member in struct:ohci_softc
ohci.c 952 if ((sc->sc_intre & (OHCI_OC | OHCI_MIE)) ==
1085 sc->sc_control = sc->sc_intre = 0;
1187 if (sc->sc_intre)
1188 OWRITE4(sc, OHCI_INTERRUPT_ENABLE, sc->sc_intre &
1200 sc->sc_control = sc->sc_intre = 0;
1218 sc->sc_intre = OREAD4(sc,

Completed in 13 milliseconds