Lines Matching refs:XDEV_U3
1084 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()
1163 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1301 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1318 xhci_set_link_state(xhci, ports[wIndex], XDEV_U3); in xhci_hub_control()
1416 if (pls == XDEV_U3 || in xhci_hub_control()
1422 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()
1426 if (pls > XDEV_U3) in xhci_hub_control()
1457 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1545 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1753 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
1893 case XDEV_U3: in xhci_bus_resume()