Home
last modified time | relevance | path

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

/drivers/cpufreq/
Darm_big_little.c41 #define MAX_CLUSTERS 2 macro
59 static struct thermal_cooling_device *cdev[MAX_CLUSTERS];
61 static struct clk *clk[MAX_CLUSTERS];
62 static struct cpufreq_frequency_table *freq_table[MAX_CLUSTERS + 1];
63 static atomic_t cluster_usage[MAX_CLUSTERS + 1];
71 static struct mutex cluster_lock[MAX_CLUSTERS];
81 MAX_CLUSTERS : raw_cpu_to_cluster(cpu); in cpu_to_cluster()
280 for (i = 0; i < MAX_CLUSTERS; i++) in merge_cluster_tables()
287 freq_table[MAX_CLUSTERS] = table; in merge_cluster_tables()
290 for (i = MAX_CLUSTERS - 1; i >= 0; i--) { in merge_cluster_tables()
[all …]