Searched refs:PORT_PLS_MASK (Results 1 – 4 of 4) sorted by relevance
529 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()577 if ((status_reg & PORT_PLS_MASK) == XDEV_U2) in xhci_hub_report_usb2_link_state()585 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()645 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()718 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) in xhci_get_port_status()727 if ((raw_port_status & PORT_PLS_MASK) == XDEV_U3 in xhci_get_port_status()731 if ((raw_port_status & PORT_PLS_MASK) == XDEV_RESUME && in xhci_get_port_status()813 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()814 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()820 if ((raw_port_status & PORT_PLS_MASK) == XDEV_U0 && in xhci_get_port_status()[all …]
1558 if (hcd->speed >= HCD_USB3 && (temp & PORT_PLS_MASK) == XDEV_INACTIVE) in handle_port_status()1561 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()1598 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_U0 && in handle_port_status()
310 #define PORT_PLS_MASK (0xf << 5) macro
450 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()