Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c1005 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()
[all …]
H A Dxhci.h313 #define XDEV_U3 (0x3 << 5) macro
2622 case XDEV_U3: in xhci_portsc_link_state_string()
H A Dxhci-tegra.c1694 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h274 #define XDEV_U3 (0x3 << 5) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c1001 if ((reg & PORT_PLS_MASK) == XDEV_U3) in xhci_submit_root()