Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-shmobile/
H A Dplatsmp-scu.c19 static void __iomem *shmobile_scu_base; variable
37 shmobile_scu_base = ioremap(scu_base_phys, PAGE_SIZE); in shmobile_smp_scu_prepare_cpus()
38 scu_enable(shmobile_scu_base); in shmobile_smp_scu_prepare_cpus()
39 scu_power_mode(shmobile_scu_base, SCU_PM_NORMAL); in shmobile_smp_scu_prepare_cpus()
57 scu_power_mode(shmobile_scu_base, SCU_PM_POWEROFF); in shmobile_smp_scu_cpu_die()
67 if ((readl(shmobile_scu_base + 8) & mask) == mask) in shmobile_smp_scu_psr_core_disabled()