Lines Matching refs:MAX_CLUSTERS
30 #define MAX_CLUSTERS 2
48 static struct clk *clk[MAX_CLUSTERS];
49 static struct cpufreq_frequency_table *freq_table[MAX_CLUSTERS + 1];
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);
252 for (i = 0; i < MAX_CLUSTERS; i++)
259 freq_table[MAX_CLUSTERS] = table;
262 for (i = MAX_CLUSTERS - 1; i >= 0; i--, count = k) {
300 if (cluster < MAX_CLUSTERS)
361 if (cluster < MAX_CLUSTERS) {
423 if (cur_cluster < MAX_CLUSTERS) {
531 for (i = 0; i < MAX_CLUSTERS; i++)