Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c116 #define PORTSC_WOE (1<<27) 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()