Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/ralink/
Dralink_ohci.c121 OREAD4(&sc->sc_ohci, OHCI_INTERRUPT_STATUS)); in ralink_ohci_attach()
/netbsd/src/sys/dev/usb/
Dohci.c1239 OREAD4(sc, OHCI_INTERRUPT_STATUS), in ohci_dumpregs()
1298 OWRITE4(sc, OHCI_INTERRUPT_STATUS, in ohci_intr()
1299 OREAD4(sc, OHCI_INTERRUPT_STATUS)); in ohci_intr()
1328 intrs = OREAD4(sc, OHCI_INTERRUPT_STATUS); in ohci_intr1()
1333 OWRITE4(sc, OHCI_INTERRUPT_STATUS, intrs & ~(OHCI_MIE|OHCI_WDH)); in ohci_intr1()
1337 intrs, OREAD4(sc, OHCI_INTERRUPT_STATUS), eintrs, in ohci_intr1()
1462 if (!(OREAD4(sc, OHCI_INTERRUPT_STATUS) & OHCI_WDH)) { in ohci_softintr()
1476 OWRITE4(sc, OHCI_INTERRUPT_STATUS, OHCI_WDH); in ohci_softintr()
1817 new = OREAD4(sc, OHCI_INTERRUPT_STATUS); in ohci_poll()
1824 if (OREAD4(sc, OHCI_INTERRUPT_STATUS) & sc->sc_eintrs) { in ohci_poll()
[all …]
Dohcireg.h80 #define OHCI_INTERRUPT_STATUS 0x0c macro