Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-sunxi/
Dmc_smp.c33 #define SUNXI_NR_CLUSTERS 2 macro
161 if (cpu >= SUNXI_CPUS_PER_CLUSTER || cluster >= SUNXI_NR_CLUSTERS) in sunxi_cpu_powerup()
256 if (cluster >= SUNXI_NR_CLUSTERS) in sunxi_cluster_powerup()
367 static int sunxi_mc_smp_cpu_table[SUNXI_NR_CLUSTERS][SUNXI_CPUS_PER_CLUSTER];
399 if (cluster >= SUNXI_NR_CLUSTERS || cpu >= SUNXI_CPUS_PER_CLUSTER) in sunxi_mc_smp_boot_secondary()
483 if (cpu >= SUNXI_CPUS_PER_CLUSTER || cluster >= SUNXI_NR_CLUSTERS) in sunxi_cpu_powerdown()
503 if (cluster >= SUNXI_NR_CLUSTERS) in sunxi_cluster_powerdown()
539 if (WARN_ON(cluster >= SUNXI_NR_CLUSTERS || in sunxi_mc_smp_cpu_kill()
630 if (cluster >= SUNXI_NR_CLUSTERS || cpu >= SUNXI_CPUS_PER_CLUSTER) { in sunxi_mc_smp_cpu_table_init()