Searched refs:USBSTS_USBINT (Results 1 – 3 of 3) sorted by relevance
30 #define USBSTS_USBINT 0x0001 /* Interrupt due to IOC */ macro
469 if (status & ~(USBSTS_USBINT | USBSTS_ERROR | USBSTS_RD)) { in uhci_irq()
343 (usbstat & USBSTS_USBINT) ? "USBINT " : ""); in uhci_show_status()