Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-caps.h16 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
H A Dxhci-debugfs.c621 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()
H A Dxhci-mem.c1884 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
2126 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()
2155 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
H A Dxhci-pci.c867 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_pci_poweroff_late()
H A Dxhci-ring.c1996 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
/linux-6.15/drivers/usb/dwc3/
H A Dhost.c48 port_num = HCS_MAX_PORTS(reg); in dwc3_power_off_all_roothub_ports()