Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/mach-meson/
Dplatsmp.c301 scu_power_mode(scu_base, SCU_PM_POWEROFF); in meson8_smp_cpu_die()
319 if (power_mode == SCU_PM_POWEROFF) in meson8_smp_cpu_kill()
325 if (power_mode != SCU_PM_POWEROFF) { in meson8_smp_cpu_kill()
361 if (power_mode == SCU_PM_POWEROFF) in meson8b_smp_cpu_kill()
367 if (power_mode != SCU_PM_POWEROFF) { in meson8b_smp_cpu_kill()
/linux-6.6.21/arch/arm/mach-shmobile/
Dplatsmp-scu.c57 scu_power_mode(shmobile_scu_base, SCU_PM_POWEROFF); in shmobile_smp_scu_cpu_die()
65 unsigned long mask = SCU_PM_POWEROFF << (cpu * 8); in shmobile_smp_scu_psr_core_disabled()
/linux-6.6.21/arch/arm/include/asm/
Dsmp_scu.h7 #define SCU_PM_POWEROFF 3 macro
/linux-6.6.21/arch/arm/mach-highbank/
Dsysregs.h31 scu_power_mode(scu_base_addr, SCU_PM_POWEROFF); in highbank_set_core_pwr()
/linux-6.6.21/arch/arm/mach-omap2/
Dpm33xx-core.c194 scu_power_mode(scu_base, SCU_PM_POWEROFF); in am43xx_suspend()
Domap-mpuss-lowpower.c139 scu_pwr_st = SCU_PM_POWEROFF; in scu_pwrst_prepare()
/linux-6.6.21/arch/arm/mach-mvebu/
Dpmsu.c326 scu_power_mode(mvebu_get_scu_base(), SCU_PM_POWEROFF); in armada_38x_do_cpu_suspend()