Home
last modified time | relevance | path

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

/arch/arm/mach-pxa/
Dpm.c22 static unsigned long *sleep_save; variable
37 pxa_cpu_pm_fns->save(sleep_save); in pxa_pm_enter()
40 sleep_save_checksum += sleep_save[i]; in pxa_pm_enter()
49 checksum += sleep_save[i]; in pxa_pm_enter()
59 pxa_cpu_pm_fns->restore(sleep_save); in pxa_pm_enter()
107 sleep_save = kmalloc(pxa_cpu_pm_fns->save_count * sizeof(unsigned long), in pxa_pm_init()
109 if (!sleep_save) { in pxa_pm_init()
Dpxa27x.c237 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x
238 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x]
269 void pxa27x_cpu_pm_save(unsigned long *sleep_save) in pxa27x_cpu_pm_save() argument
271 sleep_save[SLEEP_SAVE_MDREFR] = __raw_readl(MDREFR); in pxa27x_cpu_pm_save()
277 void pxa27x_cpu_pm_restore(unsigned long *sleep_save) in pxa27x_cpu_pm_restore() argument
279 __raw_writel(sleep_save[SLEEP_SAVE_MDREFR], MDREFR); in pxa27x_cpu_pm_restore()
Dpxa25x.c219 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x
220 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x]
233 static void pxa25x_cpu_pm_save(unsigned long *sleep_save) in pxa25x_cpu_pm_save() argument
238 static void pxa25x_cpu_pm_restore(unsigned long *sleep_save) in pxa25x_cpu_pm_restore() argument
/arch/unicore32/kernel/
Dpm.c26 static unsigned long *sleep_save; variable
35 puv3_cpu_pm_fns->save(sleep_save); in puv3_pm_enter()
38 sleep_save_checksum += sleep_save[i]; in puv3_pm_enter()
53 checksum += sleep_save[i]; in puv3_pm_enter()
60 puv3_cpu_pm_fns->restore(sleep_save); in puv3_pm_enter()
112 sleep_save = kmalloc(puv3_cpu_pm_fns->save_count in puv3_pm_init()
114 if (!sleep_save) { in puv3_pm_init()
Dpuv3-core.c170 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x
171 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x]
184 static void puv3_cpu_pm_save(unsigned long *sleep_save) in puv3_cpu_pm_save() argument
189 static void puv3_cpu_pm_restore(unsigned long *sleep_save) in puv3_cpu_pm_restore() argument
/arch/arm/plat-samsung/include/plat/
Dpm.h75 struct sleep_save { struct
105 extern void s3c_pm_do_save(struct sleep_save *ptr, int count);
106 extern void s3c_pm_do_restore(struct sleep_save *ptr, int count);
107 extern void s3c_pm_do_restore_core(struct sleep_save *ptr, int count);
/arch/arm/mach-sa1100/
Dpm.c37 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x
38 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x]
56 unsigned long gpio, sleep_save[SLEEP_SAVE_COUNT]; in sa11x0_pm_enter() local
/arch/arm/mach-s5p64x0/
Dpm.c27 static struct sleep_save s5p64x0_core_save[] = {
43 static struct sleep_save s5p64x0_misc_save[] = {
56 static struct sleep_save s5p6450_core_save[] = {
Dirq-pm.c24 static struct sleep_save irq_save[] = {
/arch/arm/plat-s3c24xx/
Dpm.c51 static struct sleep_save core_save[] = {
80 static struct sleep_save misc_save[] = {
Dirq-pm.c53 static struct sleep_save irq_save[] = {
/arch/arm/mach-exynos/
Dpm.c40 static struct sleep_save exynos4_set_clksrc[] = {
52 static struct sleep_save exynos4210_set_clksrc[] = {
56 static struct sleep_save exynos4_epll_save[] = {
61 static struct sleep_save exynos4_vpll_save[] = {
66 static struct sleep_save exynos4_core_save[] = {
Dclock-exynos4212.c34 static struct sleep_save exynos4212_clock_save[] = {
Dclock-exynos4210.c34 static struct sleep_save exynos4210_clock_save[] = {
Dclock-exynos5.c32 static struct sleep_save exynos5_clock_save[] = {
Dclock-exynos4.c33 static struct sleep_save exynos4_clock_save[] = {
/arch/arm/plat-samsung/
Dpm.c168 void s3c_pm_do_save(struct sleep_save *ptr, int count) in s3c_pm_do_save()
187 void s3c_pm_do_restore(struct sleep_save *ptr, int count) in s3c_pm_do_restore()
208 void s3c_pm_do_restore_core(struct sleep_save *ptr, int count) in s3c_pm_do_restore_core()
/arch/arm/plat-s5p/
Dirq-pm.c71 static struct sleep_save eint_save[] = {
/arch/arm/mach-s3c24xx/
Dpm-s3c2412.c67 static struct sleep_save s3c2412_sleep[] = {
Ds3c244x.c174 static struct sleep_save s3c244x_sleep[] = {
/arch/arm/mach-s3c64xx/
Dirq-pm.c37 static struct sleep_save irq_save[] = {
Dpm.c195 static struct sleep_save core_save[] = {
221 static struct sleep_save misc_save[] = {
/arch/arm/mach-s5pv210/
Dpm.c29 static struct sleep_save s5pv210_core_save[] = {