Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dehci-hub.c32 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
192 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags()
271 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend()
466 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_bus_resume()
946 temp &= ~PORT_WAKE_BITS; in ehci_hub_control()
Dehci-tegra.c41 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
266 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in tegra_ehci_hub_control()
Dxhci-hub.c30 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
1334 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()
1384 temp &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
1386 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in xhci_bus_resume()
Doxu210hp-hcd.c3152 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
3210 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3387 temp |= PORT_WAKE_BITS; in oxu_hub_control()
Dxhci.c38 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
868 t2 = t1 & ~PORT_WAKE_BITS; in xhci_disable_port_wake_on_bits()
879 t2 = t1 & ~PORT_WAKE_BITS; in xhci_disable_port_wake_on_bits()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1785 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro