Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-mem.c2188 if (i && (XHCI_EXT_PORT_PSIV(port_cap->psi[i]) != in xhci_add_in_port()
2189 XHCI_EXT_PORT_PSIV(port_cap->psi[i - 1]))) in xhci_add_in_port()
2193 XHCI_EXT_PORT_PSIV(port_cap->psi[i]), in xhci_add_in_port()
Dxhci-hub.c160 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()
Dxhci.h578 #define XHCI_EXT_PORT_PSIV(x) (((x) >> 0) & 0x0f) macro