Home
last modified time | relevance | path

Searched refs:USBSTS_USBINT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Duhci-hcd.h30 #define USBSTS_USBINT 0x0001 /* Interrupt due to IOC */ macro
H A Duhci-debug.c343 (usbstat & USBSTS_USBINT) ? "USBINT " : ""); in uhci_show_status()
H A Duhci-hcd.c469 if (status & ~(USBSTS_USBINT | USBSTS_ERROR | USBSTS_RD)) { in uhci_irq()