Home
last modified time | relevance | path

Searched defs:USBSTS_HSE (Results 1 – 3 of 3) 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
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c80 #define USBSTS_HSE (1<<2) macro