Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dsmp_scu.h28 int scu_power_mode(void __iomem *, unsigned int);
34 static inline int scu_power_mode(void __iomem *scu_base, unsigned int mode) in scu_power_mode() function
/arch/arm/mach-shmobile/
Dplatsmp-scu.c48 scu_power_mode(shmobile_scu_base, SCU_PM_NORMAL); in shmobile_smp_scu_prepare_cpus()
64 scu_power_mode(shmobile_scu_base, SCU_PM_POWEROFF); in shmobile_smp_scu_cpu_die()
/arch/arm/mach-highbank/
Dsysregs.h42 scu_power_mode(scu_base_addr, SCU_PM_POWEROFF); in highbank_set_core_pwr()
51 scu_power_mode(scu_base_addr, SCU_PM_NORMAL); in highbank_clear_core_pwr()
/arch/arm/kernel/
Dsmp_scu.c83 int scu_power_mode(void __iomem *scu_base, unsigned int mode) in scu_power_mode() function
/arch/arm/mach-omap2/
Dsleep44xx.S135 bl scu_power_mode
232 bl scu_power_mode
/arch/arm/mach-mvebu/
Dpmsu.c329 scu_power_mode(mvebu_get_scu_base(), SCU_PM_POWEROFF); in armada_38x_do_cpu_suspend()