Searched refs:PORTSC_RWC_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/usb/ | ||
H A D | ehci-regs.h | 60 #define PORTSC_RWC_MASK 0x0000002a macro |
/openbmc/qemu/hw/usb/ | ||
H A D | hcd-ehci.c | 979 *portsc &= ~(val & PORTSC_RWC_MASK); in ehci_port_write() |