Home
last modified time | relevance | path

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

/openbmc/linux/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()
826 temp &= ~PORT_WAKE_BITS; in ehci_hub_control()
H A Dxhci-hub.c19 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
1808 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()
1811 t2 &= ~PORT_WAKE_BITS; in xhci_bus_suspend()
1866 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_port_missing_cas_quirk()
1943 portsc &= ~(PORT_RWC_BITS | PORT_CEC | PORT_WAKE_BITS); in xhci_bus_resume()
H A Doxu210hp-hcd.c3563 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro
3621 temp &= ~(PORT_RWC_BITS | PORT_WAKE_BITS); in oxu_hub_control()
3798 temp |= PORT_WAKE_BITS; in oxu_hub_control()
H A Dxhci.c31 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E) macro
794 t2 &= ~PORT_WAKE_BITS; in xhci_disable_hub_port_wake()
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2170 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) macro