Searched refs:PORT_PLS_MASK (Results 1 – 4 of 4) sorted by relevance
428 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()476 if ((status_reg & PORT_PLS_MASK) == XDEV_U2) in xhci_hub_report_usb2_link_state()484 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()544 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()601 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) in xhci_get_port_status()610 if ((raw_port_status & PORT_PLS_MASK) == XDEV_U3 in xhci_get_port_status()614 if ((raw_port_status & PORT_PLS_MASK) == XDEV_RESUME && in xhci_get_port_status()668 if ((raw_port_status & PORT_PLS_MASK) == XDEV_U0 in xhci_get_port_status()811 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()825 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()[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()1597 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_U0 && in handle_port_status()
284 #define PORT_PLS_MASK (0xf << 5) macro
450 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()