Home
last modified time | relevance | path

Searched refs:OHCI_INTERRUPT_STATUS (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/usb/
Dohcireg.h83 #define OHCI_INTERRUPT_STATUS 0x0c macro
Dohci.c1071 OREAD4(sc, OHCI_INTERRUPT_STATUS), in ohci_dumpregs()
1117 if ((OREAD4(sc, OHCI_INTERRUPT_STATUS) & sc->sc_eintrs) && in ohci_intr()
1150 intrs |= OREAD4(sc, OHCI_INTERRUPT_STATUS); in ohci_intr1()
1153 intrs = OREAD4(sc, OHCI_INTERRUPT_STATUS); in ohci_intr1()
1165 OWRITE4(sc, OHCI_INTERRUPT_STATUS, intrs); /* Acknowledge */ in ohci_intr1()
1173 sc, (u_int)intrs, OREAD4(sc, OHCI_INTERRUPT_STATUS), in ohci_intr1()
1626 intrs = OREAD4(sc, OHCI_INTERRUPT_STATUS) & sc->sc_eintrs; in ohci_waitintr()
1653 new = OREAD4(sc, OHCI_INTERRUPT_STATUS); in ohci_poll()
1660 if (OREAD4(sc, OHCI_INTERRUPT_STATUS) & sc->sc_eintrs) in ohci_poll()