Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hub.c18 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
180 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_adjust_port_wakeup_flags()
259 u32 t2 = t1 & ~PORT_WAKE_BITS; in ehci_bus_suspend()
467 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in ehci_bus_resume()
963 temp &= ~PORT_WAKE_BITS; in ehci_hub_control()
H A Dehci-tegra.c31 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
250 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in tegra_ehci_hub_control()
H A Dxhci-hub.c18 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
1711 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()
1714 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()
1770 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_port_missing_cas_quirk()
1847 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
H A Doxu210hp-hcd.c3562 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
3620 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3797 temp |= PORT_WAKE_BITS; in oxu_hub_control()
H A Dxhci.c29 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
930 t2 &= ~PORT_WAKE_BITS; in xhci_disable_hub_port_wake()
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-hcd.c1782 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro