Home
last modified time | relevance | path

Searched refs:PORT_LINK_STROBE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-port.h69 #define PORT_LINK_STROBE (1 << 16) macro
H A Dxhci-hub.c808 temp |= PORT_LINK_STROBE | link_state; in xhci_set_link_state()
1790 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
1929 portsc |= PORT_LINK_STROBE | next_state; in xhci_bus_resume()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h296 #define PORT_LINK_STROBE BIT(16) macro
H A Dcdnsp-gadget.c115 temp |= PORT_LINK_STROBE | link_state; in cdnsp_set_link_state()