Searched refs:XHCI_EXT_PORT_PSIV (Results 1 – 3 of 3) sorted by relevance
2209 if (i && (XHCI_EXT_PORT_PSIV(port_cap->psi[i]) != in xhci_add_in_port()2210 XHCI_EXT_PORT_PSIV(port_cap->psi[i - 1]))) in xhci_add_in_port()2215 XHCI_EXT_PORT_PSIV(port_cap->psi[i]) >= 5) in xhci_add_in_port()2219 XHCI_EXT_PORT_PSIV(port_cap->psi[i]), in xhci_add_in_port()
160 ssid = XHCI_EXT_PORT_PSIV(psi); in xhci_create_usb3x_bos_desc()203 XHCI_EXT_PORT_PSIV(prev) == 5 && in xhci_create_usb3x_bos_desc()
579 #define XHCI_EXT_PORT_PSIV(x) (((x) >> 0) & 0x0f) macro