Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
sysregs.h File Reference
#include <linux/io.h>

Go to the source code of this file.

Macros

#define HB_SREG_A9_PWR_REQ   0xf00
 
#define HB_SREG_A9_BOOT_STAT   0xf04
 
#define HB_SREG_A9_BOOT_DATA   0xf08
 
#define HB_PWR_SUSPEND   0
 
#define HB_PWR_SOFT_RESET   1
 
#define HB_PWR_HARD_RESET   2
 
#define HB_PWR_SHUTDOWN   3
 

Variables

void __iomemsregs_base
 

Macro Definition Documentation

#define HB_PWR_HARD_RESET   2

Definition at line 29 of file sysregs.h.

#define HB_PWR_SHUTDOWN   3

Definition at line 30 of file sysregs.h.

#define HB_PWR_SOFT_RESET   1

Definition at line 28 of file sysregs.h.

#define HB_PWR_SUSPEND   0

Definition at line 27 of file sysregs.h.

#define HB_SREG_A9_BOOT_DATA   0xf08

Definition at line 25 of file sysregs.h.

#define HB_SREG_A9_BOOT_STAT   0xf04

Definition at line 24 of file sysregs.h.

#define HB_SREG_A9_PWR_REQ   0xf00

Definition at line 23 of file sysregs.h.

Variable Documentation

void __iomem* sregs_base

Definition at line 44 of file highbank.c.