Lines Matching refs:XDEV_U3
1005 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()
1087 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1225 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1242 xhci_set_link_state(xhci, ports[wIndex], XDEV_U3); in xhci_hub_control()
1340 if (pls == XDEV_U3 || in xhci_hub_control()
1346 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()
1350 if (pls > XDEV_U3) in xhci_hub_control()
1381 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1469 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1677 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
1681 (t1 & PORT_PLS_MASK) == XDEV_U3) { in xhci_bus_suspend()
1832 case XDEV_U3: in xhci_bus_resume()