Searched refs:scu_power_mode (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | smp_scu.h | 30 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-6.3-rc2/arch/arm/mach-omap2/ |
A D | pm33xx-core.c | 198 scu_power_mode(scu_base, SCU_PM_POWEROFF); in am43xx_suspend() 200 scu_power_mode(scu_base, SCU_PM_NORMAL); in am43xx_suspend() 240 scu_power_mode(scu_base, SCU_PM_DORMANT); in am43xx_cpu_suspend() 242 scu_power_mode(scu_base, SCU_PM_NORMAL); in am43xx_cpu_suspend()
|
A D | sleep44xx.S | 124 bl scu_power_mode 221 bl scu_power_mode
|
/linux-6.3-rc2/arch/arm/mach-shmobile/ |
A D | platsmp-scu.c | 39 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-6.3-rc2/arch/arm/mach-highbank/ |
A D | sysregs.h | 31 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-6.3-rc2/arch/arm/kernel/ |
A D | smp_scu.c | 99 int scu_power_mode(void __iomem *scu_base, unsigned int mode) in scu_power_mode() function
|
/linux-6.3-rc2/arch/arm/mach-meson/ |
A D | platsmp.c | 301 scu_power_mode(scu_base, SCU_PM_POWEROFF); in meson8_smp_cpu_die()
|
/linux-6.3-rc2/arch/arm/mach-mvebu/ |
A D | pmsu.c | 326 scu_power_mode(mvebu_get_scu_base(), SCU_PM_POWEROFF); in armada_38x_do_cpu_suspend()
|
Completed in 10 milliseconds