Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h21 #define XDEV_U3 (0x3 << 5) macro
H A Dxhci-pci.c914 if ((portsc & PORT_PLS_MASK) != XDEV_U3) in xhci_pci_poweroff_late()
H A Dxhci-tegra.c2039 if ((value & PORT_PLS_MASK) != XDEV_U3) { in tegra_xusb_check_ports()
2258 if (((portsc & PORT_PLS_MASK) == XDEV_U3) || ((portsc & DEV_SPEED_MASK) == XDEV_FS)) in tegra_xusb_enter_elpg()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h437 case XDEV_U3: in cdnsp_portsc_link_state_string()
H A Dcdnsp-gadget.c1554 if (portsc == XDEV_U3 && !pdev->may_wakeup) in cdnsp_gadget_wakeup()
2034 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_resume()
2063 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_init()
H A Dcdnsp-ring.c852 if (link_state == XDEV_U0 && pdev->link_state == XDEV_U3 && in cdnsp_handle_port_status()
856 if (link_state == XDEV_U3 && pdev->link_state != XDEV_U3) in cdnsp_handle_port_status()
H A Dcdnsp-gadget.h261 #define XDEV_U3 (0x3 << 5) macro