Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-exynos/
Dplatsmp.c105 if (!(val & S5P_CORE_LOCAL_PWR_EN)) in exynos_cpu_power_down()
110 core_conf &= ~S5P_CORE_LOCAL_PWR_EN; in exynos_cpu_power_down()
122 u32 core_conf = S5P_CORE_LOCAL_PWR_EN; in exynos_cpu_power_up()
139 S5P_CORE_LOCAL_PWR_EN); in exynos_cpu_power_state()
157 pmu_raw_writel(S5P_CORE_LOCAL_PWR_EN, in exynos_cluster_power_up()
169 S5P_CORE_LOCAL_PWR_EN); in exynos_cluster_power_state()
329 != S5P_CORE_LOCAL_PWR_EN) { in exynos_boot_secondary()
Dpm.c257 while (exynos_cpu_power_state(1) != S5P_CORE_LOCAL_PWR_EN) in exynos_cpu0_enter_aftr()
Dregs-pmu.h185 #define S5P_CORE_LOCAL_PWR_EN 0x3 macro
Dsuspend.c520 pmu_raw_writel(tmp | S5P_CORE_LOCAL_PWR_EN, in exynos5420_pm_resume()