Searched refs:PORT_WKDISC_E (Results 1 – 11 of 11) sorted by relevance
285 temp |= PORT_WKDISC_E | PORT_WKOC_E; in ci_ehci_hub_control()302 temp &= ~(PORT_WKDISC_E | PORT_WKCONN_E); in ci_ehci_hub_control()371 tmp &= ~(PORT_WKDISC_E | PORT_WKCONN_E); in ci_ehci_bus_suspend()
18 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)187 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_adjust_port_wakeup_flags()277 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_bus_suspend()289 if ((t2 & PORT_WKDISC_E) && in ehci_bus_suspend()1056 temp |= PORT_WKDISC_E | PORT_WKOC_E; in ehci_hub_control()
19 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)818 temp |= PORT_WKDISC_E; in xhci_set_remote_wake_mask()820 temp &= ~PORT_WKDISC_E; in xhci_set_remote_wake_mask()1796 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in xhci_bus_suspend()1800 t2 &= ~PORT_WKDISC_E; in xhci_bus_suspend()
175 #define PORT_WKDISC_E (1<<21) /* wake on disconnect (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()3973 | PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E); in oxu_bus_resume()
403 #define PORT_WKDISC_E (1 << 26) macro2653 if (portsc & PORT_WKDISC_E) in xhci_decode_portsc()
29 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
129 #define PORT_WKDISC_E (1<<21) /* wake on disconnect (enable) */ macro
161 #define CDNSP_PORT_RWS (PORT_PLS_MASK | PORT_WKCONN_E | PORT_WKDISC_E)323 #define PORT_WKDISC_E BIT(26) macro
495 if (portsc & PORT_WKDISC_E) in cdnsp_decode_portsc()
110 temp |= PORT_WKCONN_E | PORT_WKDISC_E; in cdnsp_set_link_state()
2170 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
Completed in 50 milliseconds