shmobile_scu_base   19 arch/arm/mach-shmobile/platsmp-scu.c static void __iomem *shmobile_scu_base;
shmobile_scu_base   37 arch/arm/mach-shmobile/platsmp-scu.c 	shmobile_scu_base = ioremap(scu_base_phys, PAGE_SIZE);
shmobile_scu_base   38 arch/arm/mach-shmobile/platsmp-scu.c 	scu_enable(shmobile_scu_base);
shmobile_scu_base   39 arch/arm/mach-shmobile/platsmp-scu.c 	scu_power_mode(shmobile_scu_base, SCU_PM_NORMAL);
shmobile_scu_base   57 arch/arm/mach-shmobile/platsmp-scu.c 	scu_power_mode(shmobile_scu_base, SCU_PM_POWEROFF);
shmobile_scu_base   67 arch/arm/mach-shmobile/platsmp-scu.c 	if ((__raw_readl(shmobile_scu_base + 8) & mask) == mask)