Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ext-caps.h103 #define XHCI_EXT_PORT_PSIC(x) (((x) >> 28) & 0x0f) macro
H A Dxhci-debugfs.c153 psic = XHCI_EXT_PORT_PSIC(readl(base + offset + 8)); in xhci_debugfs_extcap_regset()