Searched refs:UHCI_STS_ALLINTRS (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | uhcireg.h | 66 #define UHCI_STS_ALLINTRS 0x003f macro |
H A D | uhci.c | 1424 status = UREAD2(sc, UHCI_STS) & UHCI_STS_ALLINTRS; in uhci_interrupt() |