Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
A Dvexpress-spc-cpufreq.c31 #define MAX_CLUSTERS 2 macro
49 static struct clk *clk[MAX_CLUSTERS];
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()
301 if (cluster < MAX_CLUSTERS) in put_cluster_clk_and_freq_table()
362 if (cluster < MAX_CLUSTERS) { in get_cluster_clk_and_freq_table()
424 if (cur_cluster < MAX_CLUSTERS) { in ve_spc_cpufreq_init()
[all …]
A Dtegra194-cpufreq.c35 MAX_CLUSTERS, enumerator
370 data->num_clusters = MAX_CLUSTERS; in tegra194_cpufreq_probe()
/linux/arch/arm/mach-vexpress/
A Dspc.c80 #define MAX_CLUSTERS 2 macro
113 struct ve_spc_opp *opps[MAX_CLUSTERS];
114 int num_opps[MAX_CLUSTERS];
162 if (cluster >= MAX_CLUSTERS) in ve_spc_cpu_wakeup_irq()
191 if (cluster >= MAX_CLUSTERS) in ve_spc_set_resume_addr()
216 if (cluster >= MAX_CLUSTERS) in ve_spc_powerdown()
247 if (cluster >= MAX_CLUSTERS) in ve_spc_cpu_in_wfi()
556 bool init_opp_table[MAX_CLUSTERS] = { false }; in ve_spc_clk_init()

Completed in 6 milliseconds