Searched refs:PORT_POWER (Results 1 – 2 of 2) sorted by relevance
1016 if (reg & PORT_POWER) in xhci_submit_root()1048 reg |= PORT_POWER; in xhci_submit_root()1068 reg &= ~PORT_POWER; in xhci_submit_root()
277 #define PORT_POWER (1 << 9) macro