Home
last modified time | relevance | path

Searched refs:S5P_CORE_LOCAL_PWR_EN (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-exynos/
Dplatsmp.c100 if (!(val & S5P_CORE_LOCAL_PWR_EN)) in exynos_cpu_power_down()
105 core_conf &= ~S5P_CORE_LOCAL_PWR_EN; in exynos_cpu_power_down()
117 u32 core_conf = S5P_CORE_LOCAL_PWR_EN; in exynos_cpu_power_up()
134 S5P_CORE_LOCAL_PWR_EN); in exynos_cpu_power_state()
152 pmu_raw_writel(S5P_CORE_LOCAL_PWR_EN, in exynos_cluster_power_up()
164 S5P_CORE_LOCAL_PWR_EN); in exynos_cluster_power_state()
348 != S5P_CORE_LOCAL_PWR_EN) { in exynos_boot_secondary()
Dpm.c248 while (exynos_cpu_power_state(1) != S5P_CORE_LOCAL_PWR_EN) in exynos_cpu0_enter_aftr()
Dsuspend.c469 pmu_raw_writel(S5P_CORE_LOCAL_PWR_EN, in exynos5420_prepare_pm_resume()
482 pmu_raw_writel(tmp | S5P_CORE_LOCAL_PWR_EN, in exynos5420_pm_resume()
/kernel/linux/linux-5.10/include/linux/soc/samsung/
Dexynos-regs-pmu.h181 #define S5P_CORE_LOCAL_PWR_EN 0x3 macro