Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/arm/board/fvp/
Dfvp_topology.c33 uint32_t cluster_count, cpus_per_cluster; in plat_get_power_domain_tree_desc() local
40 cluster_count = FVP_CLUSTER_COUNT; in plat_get_power_domain_tree_desc()
43 cluster_count = FCONF_GET_PROPERTY(hw_config, topology, plat_cluster_count); in plat_get_power_domain_tree_desc()
56 assert(cluster_count > 0U); in plat_get_power_domain_tree_desc()
64 fvp_power_domain_tree_desc[1] = (unsigned char)cluster_count; in plat_get_power_domain_tree_desc()
66 for (i = 0; i < cluster_count; i++) in plat_get_power_domain_tree_desc()
/trusted-firmware-a-latest/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
141 assert(cluster_count < PLAT_ARM_CLUSTER_COUNT); in fconf_populate_topology()
147 cpus_per_cluster[cluster_count]++; in fconf_populate_topology()
151 cpus_per_cluster[cluster_count]++; in fconf_populate_topology()
161 if (cpus_per_cluster[cluster_count] < 1U) { in fconf_populate_topology()
162 ERROR("FCONF: Unable to locate the core node in cluster %d\n", cluster_count); in fconf_populate_topology()
166 VERBOSE("CLUSTER ID: %d cpu-count: %d\n", cluster_count, in fconf_populate_topology()
167 cpus_per_cluster[cluster_count]); in fconf_populate_topology()
170 max_cpu_per_cluster = MAX(max_cpu_per_cluster, cpus_per_cluster[cluster_count]); in fconf_populate_topology()
171 total_cpu_count += cpus_per_cluster[cluster_count]; in fconf_populate_topology()
[all …]
/trusted-firmware-a-latest/plat/marvell/armada/a8k/common/
Dplat_pm.c199 int cluster_count = cpu_cluster_status ? 1 : 2; in plat_marvell_early_cpu_powerdown() local
213 if (cluster_count == 2) { in plat_marvell_early_cpu_powerdown()