HomeSort by: relevance | last modified time | path
    Searched refs:UHCI_STS_USBINT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uhcireg.h 75 #define UHCI_STS_USBINT __BIT(0)
uhci.c 1396 if (status & UHCI_STS_USBINT)
1397 ack |= UHCI_STS_USBINT;
1758 if (UREAD2(sc, UHCI_STS) & UHCI_STS_USBINT) {

Completed in 16 milliseconds