Home
last modified time | relevance | path

Searched refs:XDEV_U3 (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dxhci-hub.c627 if ((temp & PORT_PLS_MASK) == XDEV_U3 in xhci_hub_control()
736 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
753 xhci_set_link_state(xhci, port_array, wIndex, XDEV_U3); in xhci_hub_control()
907 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1074 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
Dxhci.h280 #define XDEV_U3 (0x3 << 5) macro