Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-ext-caps.h105 #define XHCI_EXT_PORT_COUNT(x) (((x) >> 8) & 0xff) macro
Dxhci-mem.c2030 port_count = XHCI_EXT_PORT_COUNT(temp); in xhci_add_in_port()
/linux-6.12.1/drivers/usb/dwc3/
Dcore.c2087 dwc->num_usb3_ports += XHCI_EXT_PORT_COUNT(val); in dwc3_get_num_ports()
2089 dwc->num_usb2_ports += XHCI_EXT_PORT_COUNT(val); in dwc3_get_num_ports()
/linux-6.12.1/drivers/usb/early/
Dxhci-dbc.c383 port_count = XHCI_EXT_PORT_COUNT(val); in xdbc_reset_debug_port()