Searched refs:PORT_WKCONN_E (Results 1 – 11 of 11) sorted by relevance
277 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in ci_ehci_hub_control()295 temp &= ~(PORT_WKDISC_E | PORT_WKCONN_E); in ci_ehci_hub_control()364 tmp &= ~(PORT_WKDISC_E | PORT_WKCONN_E); in ci_ehci_bus_suspend()
144 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
18 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)189 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_adjust_port_wakeup_flags()279 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_bus_suspend()1055 temp &= ~PORT_WKCONN_E; in ehci_hub_control()
19 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)794 temp |= PORT_WKCONN_E; in xhci_set_remote_wake_mask()796 temp &= ~PORT_WKCONN_E; in xhci_set_remote_wake_mask()1765 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend()1767 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend()
176 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro3563 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)3901 t2 |= PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E; in oxu_bus_suspend()3903 t2 &= ~(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E); in oxu_bus_suspend()3971 | PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E); in oxu_bus_resume()
398 #define PORT_WKCONN_E (1 << 25) macro2613 if (portsc & PORT_WKCONN_E) in xhci_decode_portsc()
29 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
161 #define CDNSP_PORT_RWS (PORT_PLS_MASK | PORT_WKCONN_E | PORT_WKDISC_E)321 #define PORT_WKCONN_E BIT(25) macro
490 if (portsc & PORT_WKCONN_E) in cdnsp_decode_portsc()
110 temp |= PORT_WKCONN_E | PORT_WKDISC_E; in cdnsp_set_link_state()
2173 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
Completed in 52 milliseconds