Searched refs:PORT_PLS_MASK (Results 1 – 9 of 9) sorted by relevance
695 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()748 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()809 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()949 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()997 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()1087 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()1088 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()1211 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()1225 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()1334 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control()[all …]
382 if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) { in xhci_port_write()387 portsc &= ~PORT_PLS_MASK; in xhci_port_write()
1952 (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) { in handle_port_status()1958 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()2001 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()2002 (portsc & PORT_PLS_MASK) == XDEV_U1 || in handle_port_status()2003 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
309 #define PORT_PLS_MASK (0xf << 5) macro2615 switch (portsc & PORT_PLS_MASK) { in xhci_portsc_link_state_string()
489 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()966 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()974 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()4537 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
1694 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
211 usb2_pls = (readl(portsc_1) & PORT_PLS_MASK) >> 5; in keystone_xhci_phy_suspend()212 usb3_pls = (readl(portsc_2) & PORT_PLS_MASK) >> 5; in keystone_xhci_phy_suspend()
1001 if ((reg & PORT_PLS_MASK) == XDEV_U3) in xhci_submit_root()
271 #define PORT_PLS_MASK (0xf << 5) macro