Lines Matching refs:PORT_PLS_MASK
799 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
852 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
913 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
1046 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()
1094 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()
1316 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1329 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1433 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control()
1477 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1567 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1756 (t1 & PORT_PLS_MASK) == XDEV_POLLING) { in xhci_bus_suspend()
1772 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1781 t2 &= ~PORT_PLS_MASK; in xhci_bus_suspend()
1852 if (((portsc & PORT_PLS_MASK) != XDEV_POLLING) && in xhci_port_missing_cas_quirk()
1853 ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE)) in xhci_port_missing_cas_quirk()
1917 switch (portsc & PORT_PLS_MASK) { in xhci_bus_resume()
1920 portsc &= ~PORT_PLS_MASK; in xhci_bus_resume()