Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Dpm33xx-core.c194 scu_power_mode(scu_base, SCU_PM_POWEROFF); in am43xx_suspend()
196 scu_power_mode(scu_base, SCU_PM_NORMAL); in am43xx_suspend()
236 scu_power_mode(scu_base, SCU_PM_DORMANT); in am43xx_cpu_suspend()
238 scu_power_mode(scu_base, SCU_PM_NORMAL); in am43xx_cpu_suspend()
H A Dsleep44xx.S124 bl scu_power_mode
221 bl scu_power_mode
/linux/arch/arm/include/asm/
H A Dsmp_scu.h30 int scu_power_mode(void __iomem *, unsigned int);
38 static inline int scu_power_mode(void __iomem *scu_base, unsigned int mode) in scu_power_mode() function
/linux/arch/arm/mach-shmobile/
H A Dplatsmp-scu.c39 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()
/linux/arch/arm/mach-highbank/
H A Dsysregs.h31 scu_power_mode(scu_base_addr, SCU_PM_POWEROFF); in highbank_set_core_pwr()
40 scu_power_mode(scu_base_addr, SCU_PM_NORMAL); in highbank_clear_core_pwr()
/linux/arch/arm/kernel/
H A Dsmp_scu.c99 int scu_power_mode(void __iomem *scu_base, unsigned int mode) in scu_power_mode() function
/linux/arch/arm/mach-meson/
H A Dplatsmp.c301 scu_power_mode(scu_base, SCU_PM_POWEROFF); in meson8_smp_cpu_die()
/linux/arch/arm/mach-mvebu/
H A Dpmsu.c326 scu_power_mode(mvebu_get_scu_base(), SCU_PM_POWEROFF); in armada_38x_do_cpu_suspend()