Home
last modified time | relevance | path

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

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