Searched refs:XHCI_EXT_PORT_PSIC (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/host/ | ||
H A D | xhci-ext-caps.h | 103 #define XHCI_EXT_PORT_PSIC(x) (((x) >> 28) & 0x0f) macro |
H A D | xhci-mem.c | 2037 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp); in xhci_add_in_port() |