Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci.h24 #define USBSTS_USBINT 0x0001 /* Interrupt due to IOC */ macro
Dusb-uhci-debug.h185 (usbstat & USBSTS_USBINT) ? "USBINT " : ""); in uhci_show_status()
Dusb-uhci.h34 #define USBSTS_USBINT 0x0001 /* Interrupt due to IOC */ macro
Duhci-debug.h172 (usbstat & USBSTS_USBINT) ? "USBINT " : ""); in uhci_show_status()
Duhci.c2455 if (status & ~(USBSTS_USBINT | USBSTS_ERROR | USBSTS_RD)) { in uhci_interrupt()