Lines Matching refs:XDEV_U3
998 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()
1077 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1215 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1232 xhci_set_link_state(xhci, ports[wIndex], XDEV_U3); in xhci_hub_control()
1330 if (pls == XDEV_U3 || in xhci_hub_control()
1336 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()
1340 if (pls > XDEV_U3) in xhci_hub_control()
1371 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1459 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1664 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
1800 case XDEV_U3: in xhci_bus_resume()