Lines Matching refs:PORT_PLS_MASK
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()
1381 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1469 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1651 (t1 & PORT_PLS_MASK) == XDEV_POLLING) { in xhci_bus_suspend()
1667 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1676 t2 &= ~PORT_PLS_MASK; in xhci_bus_suspend()
1681 (t1 & PORT_PLS_MASK) == XDEV_U3) { in xhci_bus_suspend()
1765 if (((portsc & PORT_PLS_MASK) != XDEV_POLLING) && in xhci_port_missing_cas_quirk()
1766 ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE)) in xhci_port_missing_cas_quirk()
1831 switch (portsc & PORT_PLS_MASK) { in xhci_bus_resume()
1834 portsc &= ~PORT_PLS_MASK; in xhci_bus_resume()