Searched refs:PORT_WAKE_BITS (Results 1 – 4 of 4) sorted by relevance
18 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro180 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags()259 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend()467 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_bus_resume()826 temp &= ~PORT_WAKE_BITS; in ehci_hub_control()
3539 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro3597 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()3774 temp |= PORT_WAKE_BITS; in oxu_hub_control()
33 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro902 t2 &= ~PORT_WAKE_BITS; in xhci_disable_hub_port_wake()
2170 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro