Searched refs:pmu_raw_writel (Results 1 – 6 of 6) sorted by relevance
| /arch/arm/mach-exynos/ |
| A D | suspend.c | 320 pmu_raw_writel(tmp, EXYNOS3_ARM_L2_OPTION); in exynos3250_pm_prepare() 359 pmu_raw_writel(tmp, EXYNOS_L2_OPTION(0)); in exynos5420_pm_prepare() 371 pmu_raw_writel(tmp, EXYNOS5420_FSYS2_OPTION); in exynos5420_pm_prepare() 375 pmu_raw_writel(tmp, EXYNOS5420_PSGEN_OPTION); in exynos5420_pm_prepare() 428 pmu_raw_writel(0x0, S5P_INFORM1); in exynos_pm_resume() 448 pmu_raw_writel(0x0, S5P_INFORM1); in exynos3250_pm_resume() 469 pmu_raw_writel(S5P_CORE_LOCAL_PWR_EN, in exynos5420_prepare_pm_resume() 471 pmu_raw_writel(0, in exynos5420_prepare_pm_resume() 482 pmu_raw_writel(tmp | S5P_CORE_LOCAL_PWR_EN, in exynos5420_pm_resume() 517 pmu_raw_writel(0x0, S5P_INFORM1); in exynos5420_pm_resume() [all …]
|
| A D | pm.c | 93 pmu_raw_writel(tmp, S5P_CENTRAL_SEQ_CONFIGURATION); in exynos_pm_central_suspend() 109 pmu_raw_writel(tmp, S5P_CENTRAL_SEQ_CONFIGURATION); in exynos_pm_central_resume() 111 pmu_raw_writel(0x0, S5P_WAKEUP_STAT); in exynos_pm_central_resume() 122 pmu_raw_writel(mask, S5P_WAKEUP_MASK); in exynos_set_wakeupmask() 124 pmu_raw_writel(0x0, S5P_WAKEUP_MASK2); in exynos_set_wakeupmask() 166 pmu_raw_writel(S5P_USE_STANDBY_WFI0 | S5P_USE_STANDBY_WFE0, in exynos_enter_aftr() 304 pmu_raw_writel(0, S5P_PMU_SPARE2); in exynos_cpu1_powerdown()
|
| A D | platsmp.c | 105 pmu_raw_writel(core_conf, EXYNOS_ARM_CORE_CONFIGURATION(cpu)); in exynos_cpu_power_down() 121 pmu_raw_writel(core_conf, in exynos_cpu_power_up() 141 pmu_raw_writel(0, EXYNOS_COMMON_CONFIGURATION(cluster)); in exynos_cluster_power_down() 150 pmu_raw_writel(S5P_CORE_LOCAL_PWR_EN, in exynos_cluster_power_up() 231 pmu_raw_writel(val, EXYNOS_ARM_CORE_STATUS(core_id)); in exynos_core_restart() 233 pmu_raw_writel(EXYNOS_CORE_PO_RESET(core_id), EXYNOS_SWRESET); in exynos_core_restart()
|
| A D | mcpm-exynos.c | 98 pmu_raw_writel(EXYNOS5420_KFC_CORE_RESET(cpu), in exynos_cpu_powerup() 267 pmu_raw_writel(EXYNOS5420_SWRESET_KFC_SEL, S5P_PMU_SPARE3); in exynos_mcpm_init() 300 pmu_raw_writel(value, EXYNOS_COMMON_OPTION(i)); in exynos_mcpm_init()
|
| A D | common.h | 163 static inline void pmu_raw_writel(u32 val, u32 offset) in pmu_raw_writel() function
|
| A D | exynos.c | 131 pmu_raw_writel(tmp, EXYNOS_ARM_CORE_OPTION(core_id)); in exynos_set_delayed_reset_assertion()
|
Completed in 13 milliseconds