Lines Matching refs:PORT_PLS_MASK
776 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
829 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
890 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
1030 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()
1078 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()
1165 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1166 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1289 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1303 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1412 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control()
1459 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1547 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1729 (t1 & PORT_PLS_MASK) == XDEV_POLLING) { in xhci_bus_suspend()
1745 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1754 t2 &= ~PORT_PLS_MASK; in xhci_bus_suspend()
1828 if (((portsc & PORT_PLS_MASK) != XDEV_POLLING) && in xhci_port_missing_cas_quirk()
1829 ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE)) in xhci_port_missing_cas_quirk()
1894 switch (portsc & PORT_PLS_MASK) { in xhci_bus_resume()
1897 portsc &= ~PORT_PLS_MASK; in xhci_bus_resume()