Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h21 #define XDEV_U3 (0x3 << 5) macro
H A Dxhci-pci.c864 if ((portsc & PORT_PLS_MASK) != XDEV_U3) in xhci_pci_poweroff_late()
H A Dxhci-tegra.c1972 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
2191 if (((portsc & PORT_PLS_MASK) == XDEV_U3) || ((portsc & DEV_SPEED_MASK) == XDEV_FS)) in tegra_xusb_enter_elpg()
H A Dxhci.h2329 case XDEV_U3: in xhci_portsc_link_state_string()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h436 case XDEV_U3: in cdnsp_portsc_link_state_string()
H A Dcdnsp-gadget.c1499 if (portsc == XDEV_U3 && !pdev->may_wakeup) in __cdnsp_gadget_wakeup()
1965 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_suspend()
1994 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_resume()
H A Dcdnsp-ring.c846 if (link_state == XDEV_U0 && pdev->link_state == XDEV_U3 && in cdnsp_handle_port_status()
850 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