Home
last modified time | relevance | path

Searched refs:PORT_WKCONN_E (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c284 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in ci_ehci_hub_control()
302 temp &= ~(PORT_WKDISC_E | PORT_WKCONN_E); in ci_ehci_hub_control()
371 tmp &= ~(PORT_WKDISC_E | PORT_WKCONN_E); in ci_ehci_bus_suspend()
/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h110 #define PORT_WKCONN_E (1 << 25) macro
H A Dehci-hub.c18 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
189 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_adjust_port_wakeup_flags()
279 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_bus_suspend()
1063 temp &= ~PORT_WKCONN_E; in ehci_hub_control()
H A Dxhci-hub.c19 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
813 temp |= PORT_WKCONN_E; in xhci_set_remote_wake_mask()
815 temp &= ~PORT_WKCONN_E; in xhci_set_remote_wake_mask()
1798 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend()
1800 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend()
H A Doxu210hp-hcd.c176 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
3563 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
3901 t2 |= PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E; in oxu_bus_suspend()
3903 t2 &= ~(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E); in oxu_bus_suspend()
3973 | PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E); in oxu_bus_resume()
H A Dxhci.h2408 if (portsc & PORT_WKCONN_E) in xhci_decode_portsc()
H A Dxhci.c31 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
/openbmc/linux/include/linux/usb/
H A Dehci_def.h130 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h161 #define CDNSP_PORT_RWS (PORT_PLS_MASK | PORT_WKCONN_E | PORT_WKDISC_E)
321 #define PORT_WKCONN_E BIT(25) macro
H A Dcdnsp-debug.h493 if (portsc & PORT_WKCONN_E) in cdnsp_decode_portsc()
H A Dcdnsp-gadget.c110 temp |= PORT_WKCONN_E | PORT_WKDISC_E; in cdnsp_set_link_state()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h339 #define PORT_WKCONN_E (1 << 25) macro
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2170 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)