Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-hub.c998 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()
[all …]
Dxhci.h306 #define XDEV_U3 (0x3 << 5) macro
2529 case XDEV_U3: in xhci_portsc_link_state_string()
Dxhci-tegra.c1687 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()