Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Dehci-regs.h33 #define USBSTS_HSE (1 << 4) // Host System Error macro
/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h33 #define USBSTS_HSE 0x0008 /* Host System Error: PCI problems */ macro
H A Duhci-hcd.c470 if (status & USBSTS_HSE) in uhci_irq()
H A Duhci-debug.c340 (usbstat & USBSTS_HSE) ? "HostSystemError " : "", in uhci_show_status()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c162 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()
H A Dhcd-xhci.c80 #define USBSTS_HSE (1<<2) macro
2964 xhci->usbsts &= ~(val & (USBSTS_HSE|USBSTS_EINT|USBSTS_PCD|USBSTS_SRE)); in xhci_oper_write()