Searched refs:XDEV_U3 (Results 1 – 9 of 9) sorted by relevance
1078 if (link_state != XDEV_U3 && in xhci_get_usb3_port_status() 1110 if (link_state == XDEV_U3) in xhci_get_usb2_port_status() 1135 if (link_state != XDEV_U3 && link_state != XDEV_RESUME) { in xhci_get_usb2_port_status() 1337 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control() 1352 xhci_set_link_state(xhci, port, XDEV_U3); in xhci_hub_control() 1447 if (pls == XDEV_U3 || in xhci_hub_control() 1453 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control() 1456 if (pls > XDEV_U3) in xhci_hub_control() 1485 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control() 1575 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()
2363 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