Searched defs:USBSTS_HSE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/usb/ | ||
H A D | ehci-regs.h | 33 #define USBSTS_HSE (1 << 4) // Host System Error macro |
/openbmc/qemu/hw/usb/ | ||
H A D | hcd-xhci.c | 80 #define USBSTS_HSE (1<<2) macro |