Searched refs:cluster_count (Results 1 – 3 of 3) sorted by relevance
33 uint32_t cluster_count, cpus_per_cluster; in plat_get_power_domain_tree_desc() local40 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()
76 uint32_t cluster_count = 0, max_cpu_per_cluster = 0, total_cpu_count = 0; in fconf_populate_topology() local141 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 …]
199 int cluster_count = cpu_cluster_status ? 1 : 2; in plat_marvell_early_cpu_powerdown() local213 if (cluster_count == 2) { in plat_marvell_early_cpu_powerdown()