Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hcd.h33 #define USBSTS_HSE 0x0008 /* Host System Error: PCI problems */ macro
Duhci-debug.c340 (usbstat & USBSTS_HSE) ? "HostSystemError " : "", in uhci_show_status()
Duhci-hcd.c470 if (status & USBSTS_HSE) in uhci_irq()