Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Duhci-hcd.h29 #define USBSTS_ERROR 0x0002 /* Interrupt due to error */ macro
Duhci-debug.c341 (usbstat & USBSTS_ERROR) ? "USBError " : "", in uhci_show_status()
Duhci-hcd.c457 if (status & ~(USBSTS_USBINT | USBSTS_ERROR | USBSTS_RD)) { in uhci_irq()