Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c115 #define PORTSC_WDE (1<<26) 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()