Searched refs:sleep_save (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/arm/mach-pxa/ |
D | pm.c | 22 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_array(pxa_cpu_pm_fns->save_count, in pxa_pm_init() 108 sizeof(*sleep_save), in pxa_pm_init() 110 if (!sleep_save) in pxa_pm_init()
|
D | pxa27x.c | 83 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x 84 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x] 115 void pxa27x_cpu_pm_save(unsigned long *sleep_save) in pxa27x_cpu_pm_save() argument 117 sleep_save[SLEEP_SAVE_MDREFR] = __raw_readl(MDREFR); in pxa27x_cpu_pm_save() 123 void pxa27x_cpu_pm_restore(unsigned long *sleep_save) in pxa27x_cpu_pm_restore() argument 125 __raw_writel(sleep_save[SLEEP_SAVE_MDREFR], MDREFR); in pxa27x_cpu_pm_restore()
|
D | pxa25x.c | 52 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x 53 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x] 66 static void pxa25x_cpu_pm_save(unsigned long *sleep_save) in pxa25x_cpu_pm_save() argument 71 static void pxa25x_cpu_pm_restore(unsigned long *sleep_save) in pxa25x_cpu_pm_restore() argument
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | pm.c | 26 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_array(puv3_cpu_pm_fns->save_count, in puv3_pm_init() 115 if (!sleep_save) { in puv3_pm_init()
|
D | puv3-core.c | 170 #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
|
/Linux-v4.19/arch/arm/plat-samsung/include/plat/ |
D | pm-common.h | 25 struct sleep_save { struct 35 extern void s3c_pm_do_save(struct sleep_save *ptr, int count); argument 36 extern void s3c_pm_do_restore(const struct sleep_save *ptr, int count); 37 extern void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count);
|
/Linux-v4.19/arch/arm/plat-samsung/ |
D | pm-common.c | 27 void s3c_pm_do_save(struct sleep_save *ptr, int count) in s3c_pm_do_save() 46 void s3c_pm_do_restore(const struct sleep_save *ptr, int count) in s3c_pm_do_restore() 67 void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) in s3c_pm_do_restore_core()
|
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | pm.c | 38 #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x 39 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x] 57 unsigned long gpio, sleep_save[SLEEP_SAVE_COUNT]; in sa11x0_pm_enter() local
|
/Linux-v4.19/arch/arm/mach-s3c24xx/ |
D | irq-pm.c | 45 static struct sleep_save irq_save[] = { 95 static struct sleep_save s3c2416_irq_save[] = {
|
D | pm.c | 39 static struct sleep_save core_save[] = {
|
D | s3c244x.c | 107 static struct sleep_save s3c244x_sleep[] = {
|
D | pm-s3c2412.c | 69 static struct sleep_save s3c2412_sleep[] = {
|
/Linux-v4.19/arch/arm/mach-s3c64xx/ |
D | pm.c | 194 static struct sleep_save core_save[] = { 199 static struct sleep_save misc_save[] = {
|
D | irq-pm.c | 36 static struct sleep_save irq_save[] = {
|
/Linux-v4.19/arch/arm/mach-s5pv210/ |
D | pm.c | 25 static struct sleep_save s5pv210_core_save[] = {
|