Searched defs:PORTSC_CSC (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/include/hw/usb/ | ||
| H A D | ehci-regs.h | 79 #define PORTSC_CSC (1 << 1) // Connect Status Change macro |
| /openbmc/qemu/hw/usb/ | ||
| H A D | hcd-xhci.c | 106 #define PORTSC_CSC (1<<17) macro |