Home
last modified time | relevance | path

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

/linux/arch/arm/mach-actions/
H A Dplatsmp.c35 static void __iomem *scu_base_addr; variable
132 scu_base_addr = of_iomap(node, 0); in s500_smp_prepare_cpus()
133 if (!scu_base_addr) { in s500_smp_prepare_cpus()
143 ncores = scu_get_core_count(scu_base_addr); in s500_smp_prepare_cpus()
146 scu_enable(scu_base_addr); in s500_smp_prepare_cpus()
/linux/arch/arm/mach-highbank/
H A Dsysregs.h30 if (scu_base_addr) in highbank_set_core_pwr()
31 scu_power_mode(scu_base_addr, SCU_PM_POWEROFF); in highbank_set_core_pwr()
39 if (scu_base_addr) in highbank_clear_core_pwr()
40 scu_power_mode(scu_base_addr, SCU_PM_NORMAL); in highbank_clear_core_pwr()
H A Dcore.h8 extern void __iomem *scu_base_addr;