Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-hub.c688 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
741 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
802 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
942 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()
990 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()
1077 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1078 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1201 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1215 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1324 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control()
[all …]
Dxhci-debugfs.c376 if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) { in xhci_port_write()
381 portsc &= ~PORT_PLS_MASK; in xhci_port_write()
Dxhci-ring.c1649 (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) { in handle_port_status()
1655 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1698 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
1699 (portsc & PORT_PLS_MASK) == XDEV_U1 || in handle_port_status()
1700 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
Dxhci.h302 #define PORT_PLS_MASK (0xf << 5) macro
2522 switch (portsc & PORT_PLS_MASK) { in xhci_portsc_link_state_string()
Dxhci.c488 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
950 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
958 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
4486 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
Dxhci-tegra.c1687 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()