Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-exynos/
Dpm.c196 static atomic_t cpu1_wakeup = ATOMIC_INIT(0); variable
219 if (atomic_read(&cpu1_wakeup)) in exynos_cpu0_enter_aftr()
262 !atomic_read(&cpu1_wakeup)) in exynos_cpu0_enter_aftr()
265 if (!atomic_read(&cpu1_wakeup)) in exynos_cpu0_enter_aftr()
269 while (!atomic_read(&cpu1_wakeup)) { in exynos_cpu0_enter_aftr()
328 atomic_set(&cpu1_wakeup, 1); in exynos_cpu1_powerdown()
342 atomic_set(&cpu1_wakeup, 0); in exynos_post_enter_aftr()