Home
last modified time | relevance | path

Searched refs:scu_cpu_power_enable (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/arm/include/asm/
Dsmp_scu.h31 int scu_cpu_power_enable(void __iomem *, unsigned int);
42 static inline int scu_cpu_power_enable(void __iomem *scu_base, in scu_cpu_power_enable() function
/Linux-v5.4/arch/arm/kernel/
Dsmp_scu.c107 int scu_cpu_power_enable(void __iomem *scu_base, unsigned int cpu) in scu_cpu_power_enable() function
/Linux-v5.4/arch/arm/mach-meson/
Dplatsmp.c129 scu_cpu_power_enable(scu_base, cpu); in meson_smp_begin_secondary_boot()