Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
ppc4xx_cpm.c File Reference
#include <linux/kernel.h>
#include <linux/of_platform.h>
#include <linux/sysfs.h>
#include <linux/cpu.h>
#include <linux/suspend.h>
#include <asm/dcr.h>
#include <asm/dcr-native.h>
#include <asm/machdep.h>

Go to the source code of this file.

Data Structures

struct  cpm
 
struct  cpm_idle_mode
 

Macros

#define CPM_ER   0
 
#define CPM_FR   1
 
#define CPM_SR   2
 
#define CPM_IDLE_WAIT   0
 
#define CPM_IDLE_DOZE   1
 

Functions

 late_initcall (cpm_init)
 
 __setup ("powersave=off", cpm_powersave_off)
 

Macro Definition Documentation

#define CPM_ER   0

Definition at line 43 of file ppc4xx_cpm.c.

#define CPM_FR   1

Definition at line 44 of file ppc4xx_cpm.c.

#define CPM_IDLE_DOZE   1

Definition at line 48 of file ppc4xx_cpm.c.

#define CPM_IDLE_WAIT   0

Definition at line 47 of file ppc4xx_cpm.c.

#define CPM_SR   2

Definition at line 45 of file ppc4xx_cpm.c.

Function Documentation

__setup ( )
late_initcall ( cpm_init  )