Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-hub.c32 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
168 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags()
251 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend()
409 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_bus_resume()
749 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_hub_control()
Dxhci-hub.c28 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
1046 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()
1093 temp &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
1095 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in xhci_bus_resume()
Dehci-tegra.c223 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in tegra_ehci_hub_control()
Doxu210hp-hcd.c3154 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
3212 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3389 temp |= PORT_WAKE_BITS; in oxu_hub_control()
Disp1760-hcd.c1806 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro