Searched refs:PORT_PLS_MASK (Results 1 – 2 of 2) sorted by relevance
601 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_SS_DISABLED) { in xhci_ssport_set_state()604 temp &= ~PORT_PLS_MASK; in xhci_ssport_set_state()614 if ((temp & PORT_PLS_MASK) != USB_SS_PORT_LS_SS_DISABLED) { in xhci_ssport_set_state()
155 #define PORT_PLS_MASK (0xf << 5) macro