Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c2308 if (i && (XHCI_EXT_PORT_PSIV(port_cap->psi[i]) != in xhci_add_in_port()
2309 XHCI_EXT_PORT_PSIV(port_cap->psi[i - 1]))) in xhci_add_in_port()
2313 XHCI_EXT_PORT_PSIV(port_cap->psi[i]), in xhci_add_in_port()
H A Dxhci.h579 #define XHCI_EXT_PORT_PSIV(x) (((x) >> 0) & 0x0f) macro