Searched refs:USBSTS_HSE (Results 1 – 3 of 3) sorted by relevance
33 #define USBSTS_HSE (1 << 4) // Host System Error macro
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) macro2989 xhci->usbsts &= ~(val & (USBSTS_HSE|USBSTS_EINT|USBSTS_PCD|USBSTS_SRE)); in xhci_oper_write()