Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-debugfs.c152 psic = XHCI_EXT_PORT_PSIC(readl(base + offset + 8)); in xhci_debugfs_extcap_regset()
Dxhci.h574 #define XHCI_EXT_PORT_PSIC(x) (((x) >> 28) & 0x0f) macro
Dxhci-mem.c2172 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp); in xhci_add_in_port()