Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Dsleep44xx.S74 mov r0, #SCU_PM_NORMAL
211 mov r0, #SCU_PM_NORMAL
220 mov r1, #SCU_PM_NORMAL
H A Dpm33xx-core.c196 scu_power_mode(scu_base, SCU_PM_NORMAL); in am43xx_suspend()
238 scu_power_mode(scu_base, SCU_PM_NORMAL); in am43xx_cpu_suspend()
H A Domap-mpuss-lowpower.c144 scu_pwr_st = SCU_PM_NORMAL; in scu_pwrst_prepare()
/linux/arch/arm/include/asm/
H A Dsmp_scu.h5 #define SCU_PM_NORMAL 0 macro
/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()
/linux/arch/arm/mach-highbank/
H A Dsysregs.h40 scu_power_mode(scu_base_addr, SCU_PM_NORMAL); in highbank_clear_core_pwr()
/linux/arch/arm/kernel/
H A Dsmp_scu.c109 return scu_set_power_mode_internal(scu_base, cpu, SCU_PM_NORMAL); in scu_cpu_power_enable()