Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/early/
Dxhci-dbc.c378 if (XHCI_EXT_PORT_MAJOR(val) != 0x3) in xdbc_reset_debug_port()
/linux-5.19.10/drivers/usb/host/
Dxhci-mem.c2116 major_revision = XHCI_EXT_PORT_MAJOR(temp); in xhci_add_in_port()
2139 rhub->maj_rev = XHCI_EXT_PORT_MAJOR(temp); in xhci_add_in_port()
Dxhci.h572 #define XHCI_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff) macro