Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/arm/board/fvp/fconf/
Dfconf_hw_config_getter.c76 uint32_t cluster_count = 0, max_cpu_per_cluster = 0, total_cpu_count = 0; in fconf_populate_topology() local
170 max_cpu_per_cluster = MAX(max_cpu_per_cluster, cpus_per_cluster[cluster_count]); in fconf_populate_topology()
184 soc_topology.cluster_cpu_count = max_cpu_per_cluster; in fconf_populate_topology()