Searched refs:PORT_WAKE_BITS (Results 1 – 5 of 5) sorted by relevance
32 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro168 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags()251 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend()409 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_bus_resume()749 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_hub_control()
28 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro1046 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()1107 temp &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()1109 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in xhci_bus_resume()
223 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in tegra_ehci_hub_control()
3154 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro3212 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()3389 temp |= PORT_WAKE_BITS; in oxu_hub_control()
1806 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro