Searched refs:PORT_WAKE_BITS (Results 1 – 5 of 5) sorted by relevance
31 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro167 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags()257 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend()414 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_bus_resume()819 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_hub_control()
27 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro774 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()843 temp &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()845 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in xhci_bus_resume()
147 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in tegra_ehci_hub_control()
3151 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro3209 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()3386 temp |= PORT_WAKE_BITS; in oxu_hub_control()
1770 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro