Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-exynos/
Dplatsmp.c99 if (!(val & S5P_CORE_LOCAL_PWR_EN)) in exynos_cpu_power_down()
104 core_conf &= ~S5P_CORE_LOCAL_PWR_EN; in exynos_cpu_power_down()
116 u32 core_conf = S5P_CORE_LOCAL_PWR_EN; in exynos_cpu_power_up()
132 S5P_CORE_LOCAL_PWR_EN); in exynos_cpu_power_state()
150 pmu_raw_writel(S5P_CORE_LOCAL_PWR_EN, in exynos_cluster_power_up()
162 S5P_CORE_LOCAL_PWR_EN); in exynos_cluster_power_state()
346 != 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()
/linux-6.1.9/include/linux/soc/samsung/
Dexynos-regs-pmu.h181 #define S5P_CORE_LOCAL_PWR_EN 0x3 macro