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