Linux Kernel
3.7.1
|
#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 |
#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.
Definition at line 43 of file secureedge5410.h.
unsigned short secureedge5410_ioport |
Definition at line 25 of file board-secureedge5410.c.