Home
last modified time | relevance | path

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

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