Searched refs:PORTSC_WDE (Results 1 – 1 of 1) sorted by relevance
115 #define PORTSC_WDE (1<<26) macro2876 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()