Searched refs:UHCI_STS_USBINT (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Duhcireg.h75 #define UHCI_STS_USBINT 0x0001 macro
H A Duhci.c1320 if (status & UHCI_STS_USBINT)
1321 ack |= UHCI_STS_USBINT;
1703 if (UREAD2(sc, UHCI_STS) & UHCI_STS_USBINT) {
1728 if (UREAD2(sc, UHCI_STS) & UHCI_STS_USBINT)

Completed in 108 milliseconds