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