Searched refs:USBSTS_HSE (Results 1 – 3 of 3) sorted by relevance
33 #define USBSTS_HSE 0x0008 /* Host System Error: PCI problems */ macro
340 (usbstat & USBSTS_HSE) ? "HostSystemError " : "", in uhci_show_status()
470 if (status & USBSTS_HSE) in uhci_irq()