Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDehcireg.h111 #define EHCI_STS_INTRS(x) ((x) & 0x3f) macro
HDehci.c1491 status = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS)); in ehci_interrupt()