Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dxhci-hub.c776 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
829 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
1030 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()
1078 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()
1289 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1303 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1412 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control()
1459 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1754 t2 &= ~PORT_PLS_MASK; in xhci_bus_suspend()
1894 switch (portsc & PORT_PLS_MASK) { in xhci_bus_resume()
[all …]
A Dxhci-debugfs.c382 if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) { in xhci_port_write()
387 portsc &= ~PORT_PLS_MASK; in xhci_port_write()
A Dxhci-ring.c1958 (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) { in handle_port_status()
1964 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
2007 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
2008 (portsc & PORT_PLS_MASK) == XDEV_U1 || in handle_port_status()
2009 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
A Dxhci.h305 #define PORT_PLS_MASK (0xf << 5) macro
2545 switch (portsc & PORT_PLS_MASK) { in xhci_portsc_link_state_string()
A Dxhci.c491 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
951 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
959 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
4556 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
A Dxhci-tegra.c1819 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
/linux/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.h429 switch (portsc & PORT_PLS_MASK) { in cdnsp_portsc_link_state_string()
A Dcdnsp-gadget.c113 temp &= ~PORT_PLS_MASK; in cdnsp_set_link_state()
1497 portsc = readl(&port_regs->portsc) & PORT_PLS_MASK; in __cdnsp_gadget_wakeup()
A Dcdnsp-ring.c817 link_state = portsc & PORT_PLS_MASK; in cdnsp_handle_port_status()

Completed in 811 milliseconds