Searched refs:EHCI_STS_INTRS (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/usb/controller/ | ||
| HD | ehcireg.h | 111 #define EHCI_STS_INTRS(x) ((x) & 0x3f) macro |
| HD | ehci.c | 1491 status = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS)); in ehci_interrupt() |