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.c2218 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()
Dxhci.h578 #define XHCI_EXT_PORT_PSIV(x) (((x) >> 0) & 0x0f) macro