Searched refs:USBSTS_USBINT (Results 1 – 5 of 5) sorted by relevance
24 #define USBSTS_USBINT 0x0001 /* Interrupt due to IOC */ macro
185 (usbstat & USBSTS_USBINT) ? "USBINT " : ""); in uhci_show_status()
34 #define USBSTS_USBINT 0x0001 /* Interrupt due to IOC */ macro
172 (usbstat & USBSTS_USBINT) ? "USBINT " : ""); in uhci_show_status()
2455 if (status & ~(USBSTS_USBINT | USBSTS_ERROR | USBSTS_RD)) { in uhci_interrupt()