Lines Matching refs:PORT_PLS_MASK
677 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
730 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
790 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
928 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()
968 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()
1055 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1056 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1179 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1193 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1392 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1569 (t1 & PORT_PLS_MASK) == XDEV_POLLING) { in xhci_bus_suspend()
1578 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1586 t2 &= ~PORT_PLS_MASK; in xhci_bus_suspend()
1656 if (((portsc & PORT_PLS_MASK) != XDEV_POLLING) && in xhci_port_missing_cas_quirk()
1657 ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE)) in xhci_port_missing_cas_quirk()
1721 switch (portsc & PORT_PLS_MASK) { in xhci_bus_resume()
1724 portsc &= ~PORT_PLS_MASK; in xhci_bus_resume()