#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/io.h>
#include <linux/suspend.h>
#include <asm/suspend.h>
#include <asm/uaccess.h>
#include <asm/cacheflush.h>
#include <asm/bl_bit.h>
Go to the source code of this file.
#define RAM_BASE 0xe5200000 /* ILRAM */ |
Definition at line 46 of file pm.c.
Definition at line 37 of file pm.c.
Definition at line 34 of file pm.c.
Definition at line 35 of file pm.c.
Definition at line 36 of file pm.c.
late_initcall |
( |
sh_pm_init |
| ) |
|
void sh_mobile_call_standby |
( |
unsigned long |
mode | ) |
|
Definition at line 49 of file pm.c.
void sh_mobile_register_self_refresh |
( |
unsigned long |
flags, |
|
|
void * |
pre_start, |
|
|
void * |
pre_end, |
|
|
void * |
post_start, |
|
|
void * |
post_end |
|
) |
| |
Definition at line 80 of file pm.c.
char sh_mobile_sleep_enter_end |
char sh_mobile_sleep_enter_start |
char sh_mobile_sleep_resume_end |
char sh_mobile_sleep_resume_start |
Definition at line 78 of file pm.c.