Searched refs:PORT_PE (Results 1 – 2 of 2) sorted by relevance
999 if (reg & PORT_PE) in xhci_submit_root()1035 reg |= PORT_PE; in xhci_submit_root()1056 reg &= ~PORT_PE; in xhci_submit_root()
260 #define PORT_PE (1 << 1) macro