Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
smp_scu.h File Reference

Go to the source code of this file.

Macros

#define SCU_PM_NORMAL   0
 
#define SCU_PM_DORMANT   2
 
#define SCU_PM_POWEROFF   3
 

Functions

unsigned int scu_get_core_count (void __iomem *)
 
void scu_enable (void __iomem *)
 
int scu_power_mode (void __iomem *, unsigned int)
 

Macro Definition Documentation

#define SCU_PM_DORMANT   2

Definition at line 5 of file smp_scu.h.

#define SCU_PM_NORMAL   0

Definition at line 4 of file smp_scu.h.

#define SCU_PM_POWEROFF   3

Definition at line 6 of file smp_scu.h.

Function Documentation

void scu_enable ( void __iomem )
unsigned int scu_get_core_count ( void __iomem )
int scu_power_mode ( void __iomem ,
unsigned  int 
)

Definition at line 75 of file smp_scu.c.