Searched refs:XDEV_U3 (Results 1 – 9 of 9) sorted by relevance
1077 if (link_state != XDEV_U3 && in xhci_get_usb3_port_status()1109 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()1134 if (link_state != XDEV_U3 && link_state != XDEV_RESUME) { in xhci_get_usb2_port_status()1336 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()1351 xhci_set_link_state(xhci, port, XDEV_U3); in xhci_hub_control()1446 if (pls == XDEV_U3 || in xhci_hub_control()1452 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()1455 if (pls > XDEV_U3) in xhci_hub_control()1484 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()1574 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()[all …]
21 #define XDEV_U3 (0x3 << 5) macro
896 if ((portsc & PORT_PLS_MASK) != XDEV_U3) in xhci_pci_poweroff_late()
1976 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()2195 if (((portsc & PORT_PLS_MASK) == XDEV_U3) || ((portsc & DEV_SPEED_MASK) == XDEV_FS)) in tegra_xusb_enter_elpg()
2364 case XDEV_U3: in xhci_portsc_link_state_string()
437 case XDEV_U3: in cdnsp_portsc_link_state_string()
1537 if (portsc == XDEV_U3 && !pdev->may_wakeup) in __cdnsp_gadget_wakeup()2014 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_suspend()2043 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_resume()
849 if (link_state == XDEV_U0 && pdev->link_state == XDEV_U3 && in cdnsp_handle_port_status()853 if (link_state == XDEV_U3 && pdev->link_state != XDEV_U3) in cdnsp_handle_port_status()
261 #define XDEV_U3 (0x3 << 5) macro