Searched refs:XHCI_EXT_PORT_PSIV (Results 1 – 2 of 2) sorted by relevance
2218 if (i && (XHCI_EXT_PORT_PSIV(port_cap->psi[i]) != in xhci_add_in_port()2219 XHCI_EXT_PORT_PSIV(port_cap->psi[i - 1]))) in xhci_add_in_port()2223 XHCI_EXT_PORT_PSIV(port_cap->psi[i]), in xhci_add_in_port()
578 #define XHCI_EXT_PORT_PSIV(x) (((x) >> 0) & 0x0f) macro