Searched refs:sc_eintrs (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.h243 uint32_t sc_eintrs; /* enabled interrupts */ member in struct:ohci_softc
H A Dehci.c251 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs);
340 sc->sc_eintrs = EHCI_NORMAL_INTRS;
1405 sc->sc_eintrs |= EHCI_STS_PCD;
1406 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs);
1480 if (!(status & sc->sc_eintrs)) {
1485 status &= sc->sc_eintrs;
1500 sc->sc_eintrs &= ~EHCI_STS_PCD;
1501 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs);
1513 sc->sc_eintrs &= ~status;
1514 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs);
[all...]
H A Dohci.c256 OWRITE4(sc, OHCI_INTERRUPT_ENABLE, sc->sc_eintrs | OHCI_MIE);
331 sc->sc_eintrs = OHCI_NORMAL_INTRS;
1079 sc->sc_eintrs |= OHCI_RHSC;
1171 status &= sc->sc_eintrs;
1196 sc->sc_eintrs &= ~OHCI_RHSC;
1210 sc->sc_eintrs &= ~status;
H A Dehci.h335 uint32_t sc_eintrs; member in struct:ehci_softc

Completed in 42 milliseconds