Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cpufreq/
Dvexpress-spc-cpufreq.c31 #define MAX_CLUSTERS 2 macro
49 static struct clk *clk[MAX_CLUSTERS];
50 static struct cpufreq_frequency_table *freq_table[MAX_CLUSTERS + 1];
51 static atomic_t cluster_usage[MAX_CLUSTERS + 1];
59 static struct mutex cluster_lock[MAX_CLUSTERS];
69 MAX_CLUSTERS : raw_cpu_to_cluster(cpu); in cpu_to_cluster()
253 for (i = 0; i < MAX_CLUSTERS; i++) in merge_cluster_tables()
260 freq_table[MAX_CLUSTERS] = table; in merge_cluster_tables()
263 for (i = MAX_CLUSTERS - 1; i >= 0; i--, count = k) { in merge_cluster_tables()
301 if (cluster < MAX_CLUSTERS) in put_cluster_clk_and_freq_table()
[all …]
/linux-6.1.9/arch/arm/mach-versatile/
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()