Searched refs:cluster_count (Results 1 – 3 of 3) sorted by relevance
67 uint32_t cluster_count = 0, max_cpu_per_cluster = 0, total_cpu_count = 0; in fconf_populate_topology() local132 assert(cluster_count < PLAT_ARM_CLUSTER_COUNT); in fconf_populate_topology()138 cpus_per_cluster[cluster_count]++; in fconf_populate_topology()142 cpus_per_cluster[cluster_count]++; in fconf_populate_topology()152 if (cpus_per_cluster[cluster_count] < 1U) { in fconf_populate_topology()157 VERBOSE("CLUSTER ID: %d cpu-count: %d\n", cluster_count, in fconf_populate_topology()158 cpus_per_cluster[cluster_count]); in fconf_populate_topology()162 total_cpu_count += cpus_per_cluster[cluster_count]; in fconf_populate_topology()163 cluster_count++; in fconf_populate_topology()168 if (cluster_count < 1U) { in fconf_populate_topology()[all …]
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()
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()
Completed in 6 milliseconds