Home
last modified time | relevance | path

Searched refs:XHCI_EXT_PORT_PSIV (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mem.c2205 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()
Dxhci.h575 #define XHCI_EXT_PORT_PSIV(x) (((x) >> 0) & 0x0f) macro