Home
last modified time | relevance | path

Searched refs:PORT_PLS_MASK (Results 1 – 12 of 12) sorted by relevance

/drivers/usb/host/
A Dxhci-hub.c807 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
860 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
1054 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()
1102 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()
1324 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1337 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1441 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control()
1485 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1789 t2 &= ~PORT_PLS_MASK; in xhci_bus_suspend()
1929 switch (portsc & PORT_PLS_MASK) { in xhci_bus_resume()
[all …]
A Dxhci-port.h17 #define PORT_PLS_MASK (0xf << 5) macro
A Dxhci-debugfs.c363 if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) { in xhci_port_write()
368 portsc &= ~PORT_PLS_MASK; in xhci_port_write()
A Dxhci-ring.c2039 (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) { in handle_port_status()
2044 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
2087 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
2088 (portsc & PORT_PLS_MASK) == XDEV_U1 || in handle_port_status()
2089 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
A Dxhci-tegra.c1976 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()
2716 if ((portsc & PORT_PLS_MASK) == XDEV_RESUME) in tegra_xhci_hub_control()
A Dxhci-pci.c896 if ((portsc & PORT_PLS_MASK) != XDEV_U3) in xhci_pci_poweroff_late()
A Dxhci.c375 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
939 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
947 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
4696 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
A Dxhci.h2356 switch (portsc & PORT_PLS_MASK) { in xhci_portsc_link_state_string()
/drivers/usb/cdns3/
A Dcdnsp-gadget.h161 #define CDNSP_PORT_RWS (PORT_PLS_MASK | PORT_WKCONN_E | PORT_WKDISC_E)
257 #define PORT_PLS_MASK GENMASK(8, 5) macro
A Dcdnsp-debug.h430 switch (portsc & PORT_PLS_MASK) { in cdnsp_portsc_link_state_string()
A Dcdnsp-gadget.c115 temp &= ~PORT_PLS_MASK; in cdnsp_set_link_state()
1527 portsc = readl(&port_regs->portsc) & PORT_PLS_MASK; in __cdnsp_gadget_wakeup()
A Dcdnsp-ring.c822 link_state = portsc & PORT_PLS_MASK; in cdnsp_handle_port_status()

Completed in 61 milliseconds