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

Go to the source code of this file.

Macros

#define __IO_PREFIX   snapgear
 
#define SECUREEDGE_IOPORT_ADDR   ((volatile short *) 0xb0000000)
 
#define SECUREEDGE_WRITE_IOPORT(val, mask)
 
#define SECUREEDGE_READ_IOPORT()   ((*SECUREEDGE_IOPORT_ADDR&0x0817) | (secureedge5410_ioport&~0x0817))
 

Variables

unsigned short secureedge5410_ioport
 

Macro Definition Documentation

#define __IO_PREFIX   snapgear

Definition at line 15 of file secureedge5410.h.

#define SECUREEDGE_IOPORT_ADDR   ((volatile short *) 0xb0000000)

Definition at line 40 of file secureedge5410.h.

#define SECUREEDGE_READ_IOPORT ( )    ((*SECUREEDGE_IOPORT_ADDR&0x0817) | (secureedge5410_ioport&~0x0817))

Definition at line 46 of file secureedge5410.h.

#define SECUREEDGE_WRITE_IOPORT (   val,
  mask 
)
Value:

Definition at line 43 of file secureedge5410.h.

Variable Documentation

unsigned short secureedge5410_ioport

Definition at line 25 of file board-secureedge5410.c.