Searched refs:USBSTS_HSE (Results 1 – 6 of 6) sorted by relevance
33 #define USBSTS_HSE (1 << 4) // Host System Error macro
33 #define USBSTS_HSE 0x0008 /* Host System Error: PCI problems */ macro
470 if (status & USBSTS_HSE) in uhci_irq()
340 (usbstat & USBSTS_HSE) ? "HostSystemError " : "", in uhci_show_status()
162 if (mask & USBSTS_HSE) { in ehci_trace_usbsts()218 if (intr & (USBSTS_PCD | USBSTS_FLR | USBSTS_HSE)) { in ehci_raise_irq()379 ehci_raise_irq(ehci, USBSTS_HSE); in get_dwords()401 ehci_raise_irq(ehci, USBSTS_HSE); in put_dwords()
80 #define USBSTS_HSE (1<<2) macro2964 xhci->usbsts &= ~(val & (USBSTS_HSE|USBSTS_EINT|USBSTS_PCD|USBSTS_SRE)); in xhci_oper_write()