Searched defs:PORTSC_PED (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/usb/ | ||
H A D | ehci-regs.h | 78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro |
/openbmc/qemu/hw/usb/ | ||
H A D | hcd-xhci.c | 91 #define PORTSC_PED (1<<1) macro |