Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-ext-caps.h101 #define XHCI_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff) macro
Dxhci-mem.c1995 major_revision = XHCI_EXT_PORT_MAJOR(temp); in xhci_add_in_port()
/linux-6.12.1/drivers/usb/early/
Dxhci-dbc.c378 if (XHCI_EXT_PORT_MAJOR(val) != 0x3) in xdbc_reset_debug_port()
/linux-6.12.1/drivers/usb/dwc3/
Dcore.c2083 major_revision = XHCI_EXT_PORT_MAJOR(val); in dwc3_get_num_ports()