Home
last modified time | relevance | path

Searched refs:PORT_WAKE_BITS (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dehci-hub.c19 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
181 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags()
260 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend()
465 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_bus_resume()
961 temp &= ~PORT_WAKE_BITS; in ehci_hub_control()
Dehci-tegra.c31 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
252 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in tegra_ehci_hub_control()
Dxhci-hub.c18 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
1529 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()
1532 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()
1564 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_port_missing_cas_quirk()
1640 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
Doxu210hp-hcd.c3130 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
3188 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3365 temp |= PORT_WAKE_BITS; in oxu_hub_control()
Dxhci.c29 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
907 t2 = t1 & ~PORT_WAKE_BITS; in xhci_disable_port_wake_on_bits()
918 t2 = t1 & ~PORT_WAKE_BITS; in xhci_disable_port_wake_on_bits()
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-hcd.c1786 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro