Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
smp_scu.c File Reference
#include <linux/init.h>
#include <linux/io.h>
#include <asm/smp_plat.h>
#include <asm/smp_scu.h>
#include <asm/cacheflush.h>
#include <asm/cputype.h>

Go to the source code of this file.

Macros

#define SCU_CTRL   0x00
 
#define SCU_CONFIG   0x04
 
#define SCU_CPU_STATUS   0x08
 
#define SCU_INVALIDATE   0x0c
 
#define SCU_FPGA_REVISION   0x10
 

Functions

int scu_power_mode (void __iomem *scu_base, unsigned int mode)
 

Macro Definition Documentation

#define SCU_CONFIG   0x04

Definition at line 20 of file smp_scu.c.

#define SCU_CPU_STATUS   0x08

Definition at line 21 of file smp_scu.c.

#define SCU_CTRL   0x00

Definition at line 19 of file smp_scu.c.

#define SCU_FPGA_REVISION   0x10

Definition at line 23 of file smp_scu.c.

#define SCU_INVALIDATE   0x0c

Definition at line 22 of file smp_scu.c.

Function Documentation

int scu_power_mode ( void __iomem scu_base,
unsigned int  mode 
)

Definition at line 75 of file smp_scu.c.