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

Go to the source code of this file.

Macros

#define IO_BASE   0xF0000000
 
#define IO_SIZE   0x0B000000
 
#define IO_START   INTEGRATOR_HDR_BASE
 
#define IO_ADDRESS(x)   (x)
 
#define __io_address(n)   ((void __iomem *)IO_ADDRESS(n))
 

Macro Definition Documentation

#define __io_address (   n)    ((void __iomem *)IO_ADDRESS(n))

Definition at line 42 of file hardware.h.

#define IO_ADDRESS (   x)    (x)

Definition at line 39 of file hardware.h.

#define IO_BASE   0xF0000000

Definition at line 31 of file hardware.h.

#define IO_SIZE   0x0B000000

Definition at line 32 of file hardware.h.

#define IO_START   INTEGRATOR_HDR_BASE

Definition at line 33 of file hardware.h.