Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-hub.c806 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
859 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
920 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
1053 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()
1101 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()
1323 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1336 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1440 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control()
1484 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1574 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
[all …]
H A Dxhci-port.h17 #define PORT_PLS_MASK (0xf << 5) macro
H A Dxhci-debugfs.c363 if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) { in xhci_port_write()
368 portsc &= ~PORT_PLS_MASK; in xhci_port_write()
H A Dxhci-ring.c2049 if (vdev && (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) { in handle_port_status()
2056 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
2099 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
2100 (portsc & PORT_PLS_MASK) == XDEV_U1 || in handle_port_status()
2101 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
H A Dxhci-tegra.c2042 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
2261 if (((portsc & PORT_PLS_MASK) == XDEV_U3) || ((portsc & DEV_SPEED_MASK) == XDEV_FS)) in tegra_xusb_enter_elpg()
2793 if ((portsc & PORT_PLS_MASK) == XDEV_RESUME) in tegra_xhci_hub_control()
H A Dxhci-pci.c903 if ((portsc & PORT_PLS_MASK) != XDEV_U3) in xhci_pci_poweroff_late()
H A Dxhci.c386 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
948 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
956 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
4731 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
H A Dxhci.h2361 switch (portsc & PORT_PLS_MASK) { in xhci_portsc_link_state_string()
/linux/drivers/usb/cdns3/
H 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
H A Dcdnsp-debug.h430 switch (portsc & PORT_PLS_MASK) { in cdnsp_portsc_link_state_string()
H 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()
H A Dcdnsp-ring.c822 link_state = portsc & PORT_PLS_MASK; in cdnsp_handle_port_status()