Searched defs:USBSTS_PCD (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/usb/ | ||
H A D | ehci-regs.h | 31 #define USBSTS_PCD (1 << 2) // Port Change Detect macro |
/openbmc/qemu/hw/usb/ | ||
H A D | hcd-xhci.c | 82 #define USBSTS_PCD (1<<4) macro |