Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c727 if ((raw_port_status & PORT_PLS_MASK) == XDEV_U3 in xhci_get_port_status()
813 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
980 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
997 xhci_set_link_state(xhci, port_array, wIndex, XDEV_U3); in xhci_hub_control()
1149 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1318 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
Dxhci.h313 #define XDEV_U3 (0x3 << 5) macro