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

/linux-4.1.27/drivers/cpufreq/
H A Darm_big_little.c41 #define MAX_CLUSTERS 2 macro
56 static struct clk *clk[MAX_CLUSTERS];
57 static struct cpufreq_frequency_table *freq_table[MAX_CLUSTERS + 1];
58 static atomic_t cluster_usage[MAX_CLUSTERS + 1];
66 static struct mutex cluster_lock[MAX_CLUSTERS];
76 MAX_CLUSTERS : raw_cpu_to_cluster(cpu); cpu_to_cluster()
254 for (i = 0; i < MAX_CLUSTERS; i++) merge_cluster_tables()
261 freq_table[MAX_CLUSTERS] = table; merge_cluster_tables()
264 for (i = MAX_CLUSTERS - 1; i >= 0; i--) { merge_cluster_tables()
305 if (cluster < MAX_CLUSTERS) put_cluster_clk_and_freq_table()
376 if (cluster < MAX_CLUSTERS) { get_cluster_clk_and_freq_table()
454 if (cur_cluster < MAX_CLUSTERS) { bL_cpufreq_init()
561 for (i = 0; i < MAX_CLUSTERS; i++) bL_cpufreq_register()
/linux-4.1.27/arch/arm/mach-vexpress/
H A Dspc.c78 #define MAX_CLUSTERS 2 macro
111 struct ve_spc_opp *opps[MAX_CLUSTERS];
112 int num_opps[MAX_CLUSTERS];
160 if (cluster >= MAX_CLUSTERS) ve_spc_cpu_wakeup_irq()
189 if (cluster >= MAX_CLUSTERS) ve_spc_set_resume_addr()
214 if (cluster >= MAX_CLUSTERS) ve_spc_powerdown()
245 if (cluster >= MAX_CLUSTERS) ve_spc_cpu_in_wfi()

Completed in 180 milliseconds