Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dvexpress-spc-cpufreq.c30 #define MAX_CLUSTERS 2 macro
48 static struct clk *clk[MAX_CLUSTERS];
50 static atomic_t cluster_usage[MAX_CLUSTERS + 1];
58 static struct mutex cluster_lock[MAX_CLUSTERS];
68 MAX_CLUSTERS : raw_cpu_to_cluster(cpu); in cpu_to_cluster()
252 for (i = 0; i < MAX_CLUSTERS; i++) in merge_cluster_tables()
259 freq_table[MAX_CLUSTERS] = table; in merge_cluster_tables()
300 if (cluster < MAX_CLUSTERS) in put_cluster_clk_and_freq_table()
361 if (cluster < MAX_CLUSTERS) { in get_cluster_clk_and_freq_table()
423 if (cur_cluster < MAX_CLUSTERS) { in ve_spc_cpufreq_init()
[all …]
/openbmc/linux/arch/arm/mach-versatile/
H A Dspc.c72 #define MAX_CLUSTERS 2 macro
105 struct ve_spc_opp *opps[MAX_CLUSTERS];
106 int num_opps[MAX_CLUSTERS];
154 if (cluster >= MAX_CLUSTERS) in ve_spc_cpu_wakeup_irq()
183 if (cluster >= MAX_CLUSTERS) in ve_spc_set_resume_addr()
208 if (cluster >= MAX_CLUSTERS) in ve_spc_powerdown()
239 if (cluster >= MAX_CLUSTERS) in ve_spc_cpu_in_wfi()
548 bool init_opp_table[MAX_CLUSTERS] = { false }; in ve_spc_clk_init()
/openbmc/qemu/hw/cpu/
H A Dcluster.c61 if (cluster->cluster_id >= MAX_CLUSTERS) { in cpu_cluster_realize()
62 error_setg(errp, "cluster-id must be less than %d", MAX_CLUSTERS); in cpu_cluster_realize()
/openbmc/qemu/include/hw/cpu/
H A Dcluster.h64 #define MAX_CLUSTERS 255 macro