Home
last modified time | relevance | path

Searched refs:HCS_MAX_PORTS (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-caps.h16 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
Dxhci-debugfs.c640 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()
Dxhci-mem.c1890 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
2133 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()
2162 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
Dxhci-pci.c865 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_pci_poweroff_late()
Dxhci-ring.c1911 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
/linux-6.12.1/drivers/usb/dwc3/
Dhost.c48 port_num = HCS_MAX_PORTS(reg); in dwc3_power_off_all_roothub_ports()