Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c1069 if (link_state != XDEV_U3 && in xhci_get_usb3_port_status()
1101 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()
1126 if (link_state != XDEV_U3 && link_state != XDEV_RESUME) { in xhci_get_usb2_port_status()
1329 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1346 xhci_set_link_state(xhci, port, XDEV_U3); in xhci_hub_control()
1441 if (pls == XDEV_U3 || in xhci_hub_control()
1447 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()
1450 if (pls > XDEV_U3) in xhci_hub_control()
1481 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1571 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
[all …]
H A Dxhci-port.h21 #define XDEV_U3 (0x3 << 5) macro
H A Dxhci-pci.c917 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.h2347 case XDEV_U3: in xhci_portsc_link_state_string()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h439 case XDEV_U3: in cdnsp_portsc_link_state_string()
H A Dcdnsp-gadget.c1503 if (portsc == XDEV_U3 && !pdev->may_wakeup) in __cdnsp_gadget_wakeup()
1969 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_suspend()
1998 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
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h273 #define XDEV_U3 (0x3 << 5) macro
H A Dxhci.c1000 if ((reg & PORT_PLS_MASK) == XDEV_U3) in xhci_submit_root()