Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-vexpress/
Dtc2_pm.c43 #define TC2_CLUSTERS 2 macro
46 static unsigned int tc2_nr_cpus[TC2_CLUSTERS];
51 if (cluster >= TC2_CLUSTERS || cpu >= tc2_nr_cpus[cluster]) in tc2_pm_cpu_powerup()
62 if (cluster >= TC2_CLUSTERS) in tc2_pm_cluster_powerup()
71 BUG_ON(cluster >= TC2_CLUSTERS || cpu >= TC2_MAX_CPUS_PER_CLUSTER); in tc2_pm_cpu_powerdown_prepare()
86 BUG_ON(cluster >= TC2_CLUSTERS); in tc2_pm_cluster_powerdown_prepare()
131 BUG_ON(cluster >= TC2_CLUSTERS || cpu >= TC2_MAX_CPUS_PER_CLUSTER); in tc2_pm_wait_for_powerdown()
165 BUG_ON(cluster >= TC2_CLUSTERS || cpu >= TC2_MAX_CPUS_PER_CLUSTER); in tc2_pm_cpu_is_up()
173 BUG_ON(cluster >= TC2_CLUSTERS); in tc2_pm_cluster_is_up()
222 if (a15_cluster_id >= TC2_CLUSTERS || a7_cluster_id >= TC2_CLUSTERS) in tc2_pm_init()
[all …]