Searched refs:PORTSC_PEC (Results 1 – 2 of 2) sorted by relevance
68 #define PORTSC_PEC BIT(3) macro85 (PORTSC_CSC | PORTSC_PEC | PORTSC_OCC)
107 #define PORTSC_PEC (1<<18) macro2846 portsc &= ~(val & (PORTSC_CSC|PORTSC_PEC|PORTSC_WRC|PORTSC_OCC| in xhci_port_write()