Home
last modified time | relevance | path

Searched refs:pmu_raw_writel (Results 1 – 6 of 6) sorted by relevance

/arch/arm/mach-exynos/
Dsuspend.c283 pmu_raw_writel(exynos_get_eint_wake_mask(), S5P_EINT_WAKEUP_MASK); in exynos_pm_set_wakeup_mask()
284 pmu_raw_writel(exynos_irqwake_intmask & ~(1 << 31), S5P_WAKEUP_MASK); in exynos_pm_set_wakeup_mask()
291 pmu_raw_writel(EXYNOS_SLEEP_MAGIC, S5P_INFORM1); in exynos_pm_enter_sleep_mode()
304 pmu_raw_writel(__pa_symbol(exynos_cpu_resume), S5P_INFORM0); in exynos_pm_prepare()
316 pmu_raw_writel(tmp, EXYNOS3_ARM_L2_OPTION); in exynos3250_pm_prepare()
321 pmu_raw_writel(__pa_symbol(exynos_cpu_resume), S5P_INFORM0); in exynos3250_pm_prepare()
346 pmu_raw_writel(__pa_symbol(mcpm_entry_point), S5P_INFORM0); in exynos5420_pm_prepare()
350 pmu_raw_writel(tmp, EXYNOS_L2_OPTION(0)); in exynos5420_pm_prepare()
354 pmu_raw_writel(tmp, EXYNOS5420_SFR_AXI_CGDIS1); in exynos5420_pm_prepare()
358 pmu_raw_writel(tmp, EXYNOS5420_ARM_COMMON_OPTION); in exynos5420_pm_prepare()
[all …]
Dpm.c99 pmu_raw_writel(tmp, S5P_CENTRAL_SEQ_CONFIGURATION); in exynos_pm_central_suspend()
115 pmu_raw_writel(tmp, S5P_CENTRAL_SEQ_CONFIGURATION); in exynos_pm_central_resume()
117 pmu_raw_writel(0x0, S5P_WAKEUP_STAT); in exynos_pm_central_resume()
128 pmu_raw_writel(mask, S5P_WAKEUP_MASK); in exynos_set_wakeupmask()
130 pmu_raw_writel(0x0, S5P_WAKEUP_MASK2); in exynos_set_wakeupmask()
173 pmu_raw_writel(S5P_USE_STANDBY_WFI0 | S5P_USE_STANDBY_WFE0, in exynos_enter_aftr()
311 pmu_raw_writel(0, S5P_PMU_SPARE2); in exynos_cpu1_powerdown()
Dplatsmp.c110 pmu_raw_writel(core_conf, EXYNOS_ARM_CORE_CONFIGURATION(cpu)); in exynos_cpu_power_down()
126 pmu_raw_writel(core_conf, in exynos_cpu_power_up()
147 pmu_raw_writel(0, EXYNOS_COMMON_CONFIGURATION(cluster)); in exynos_cluster_power_down()
156 pmu_raw_writel(S5P_CORE_LOCAL_PWR_EN, in exynos_cluster_power_up()
210 pmu_raw_writel(val, EXYNOS_ARM_CORE_STATUS(core_id)); in exynos_core_restart()
212 pmu_raw_writel(EXYNOS_CORE_PO_RESET(core_id), EXYNOS_SWRESET); in exynos_core_restart()
Dmcpm-exynos.c94 pmu_raw_writel(EXYNOS5420_KFC_CORE_RESET(cpu), in exynos_cpu_powerup()
261 pmu_raw_writel(EXYNOS5420_SWRESET_KFC_SEL, S5P_PMU_SPARE3); in exynos_mcpm_init()
294 pmu_raw_writel(value, EXYNOS_COMMON_OPTION(i)); in exynos_mcpm_init()
Dexynos.c147 pmu_raw_writel(tmp, EXYNOS_ARM_CORE_OPTION(core_id)); in exynos_set_delayed_reset_assertion()
Dcommon.h174 static inline void pmu_raw_writel(u32 val, u32 offset) in pmu_raw_writel() function