Searched refs:scu_get_core_count (Results 1 – 9 of 9) sorted by relevance
9 unsigned int scu_get_core_count(void __iomem *);
26 unsigned int __init scu_get_core_count(void __iomem *scu_base) in scu_get_core_count() function
51 ncores = scu_base ? scu_get_core_count(scu_base) : 1; in smp_init_cpus()
62 return scu_get_core_count(scu_base); in sh73a0_get_core_count()
108 ncores = scu_get_core_count(scu_base); in smp_init_cpus()
137 ncores = scu_base ? scu_get_core_count(scu_base) : 1; in smp_init_cpus()
115 unsigned int i, ncores = scu_get_core_count(scu_base); in smp_init_cpus()
152 ncores = scu_base ? scu_get_core_count(scu_base) : 1; in smp_init_cpus()
209 int i, ncores = scu_get_core_count(MMIO_P2V(A9_MPCORE_SCU)); in ct_ca9x4_init_cpu_map()