Searched refs:PORT_PLS_MASK (Results 1 – 10 of 10) sorted by relevance
17 #define PORT_PLS_MASK (0xf << 5) macro
363 if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) { in xhci_port_write()368 portsc &= ~PORT_PLS_MASK; in xhci_port_write()
2049 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()
2039 if ((value & PORT_PLS_MASK) != XDEV_U3) { in tegra_xusb_check_ports() 2258 if (((portsc & PORT_PLS_MASK) == XDEV_U3) || ((portsc & DEV_SPEED_MASK) == XDEV_FS)) in tegra_xusb_enter_elpg() 2803 if ((portsc & PORT_PLS_MASK) == XDEV_RESUME) in tegra_xhci_hub_control()
914 if ((portsc & PORT_PLS_MASK) != XDEV_U3) in xhci_pci_poweroff_late()
379 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery() 931 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent() 939 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent() 4734 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
161 #define CDNSP_PORT_RWS (PORT_PLS_MASK | PORT_WKCONN_E | PORT_WKDISC_E)257 #define PORT_PLS_MASK GENMASK(8, 5) macro
430 switch (portsc & PORT_PLS_MASK) { in cdnsp_portsc_link_state_string()
115 temp &= ~PORT_PLS_MASK; in cdnsp_set_link_state() 1544 portsc = readl(&port_regs->portsc) & PORT_PLS_MASK;
825 link_state = portsc & PORT_PLS_MASK; in cdnsp_handle_port_status()