Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-hub.c1000 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()
1079 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1217 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1234 xhci_set_link_state(xhci, ports[wIndex], XDEV_U3); in xhci_hub_control()
1332 if (pls == XDEV_U3 || in xhci_hub_control()
1338 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()
1342 if (pls > XDEV_U3) in xhci_hub_control()
1373 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1461 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1667 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()
[all …]
Dxhci.h309 #define XDEV_U3 (0x3 << 5) macro
2540 case XDEV_U3: in xhci_portsc_link_state_string()
Dxhci-tegra.c1694 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()