Home
last modified time | relevance | path

Searched refs:PORTSC_WCE (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c114 #define PORTSC_WCE (1<<25) macro
2876 portsc &= ~(PORTSC_PP|PORTSC_WCE|PORTSC_WDE|PORTSC_WOE); in xhci_port_write()
2877 portsc |= (val & (PORTSC_PP|PORTSC_WCE|PORTSC_WDE|PORTSC_WOE)); in xhci_port_write()