Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-hub.c690 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
743 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
804 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
944 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()
992 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()
1082 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1083 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1206 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1220 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1329 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control()
[all …]
Dxhci-debugfs.c382 if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) { in xhci_port_write()
387 portsc &= ~PORT_PLS_MASK; in xhci_port_write()
Dxhci-ring.c1822 (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) { in handle_port_status()
1828 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1871 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
1872 (portsc & PORT_PLS_MASK) == XDEV_U1 || in handle_port_status()
1873 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
Dxhci.h308 #define PORT_PLS_MASK (0xf << 5) macro
2549 switch (portsc & PORT_PLS_MASK) { in xhci_portsc_link_state_string()
Dxhci.c492 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
969 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
977 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
4548 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
Dxhci-tegra.c1694 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch5942 if (((portsc & PORT_PLS_MASK) != XDEV_POLLING) &&
5943 - ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE))
5944 + ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE) &&
5945 + ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT))