Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
iomap.h File Reference

Go to the source code of this file.

Macros

#define OMAP1_IO_OFFSET   0x01000000 /* Virtual IO = 0xfefb0000 */
 
#define OMAP1_IO_ADDRESS(pa)   IOMEM((pa) - OMAP1_IO_OFFSET)
 
#define OMAP1_IO_PHYS   0xFFFB0000
 
#define OMAP1_IO_SIZE   0x40000
 
#define OMAP1_IO_VIRT   (OMAP1_IO_PHYS - OMAP1_IO_OFFSET)
 

Macro Definition Documentation

#define OMAP1_IO_ADDRESS (   pa)    IOMEM((pa) - OMAP1_IO_OFFSET)

Definition at line 26 of file iomap.h.

#define OMAP1_IO_OFFSET   0x01000000 /* Virtual IO = 0xfefb0000 */

Definition at line 25 of file iomap.h.

#define OMAP1_IO_PHYS   0xFFFB0000

Definition at line 34 of file iomap.h.

#define OMAP1_IO_SIZE   0x40000

Definition at line 35 of file iomap.h.

#define OMAP1_IO_VIRT   (OMAP1_IO_PHYS - OMAP1_IO_OFFSET)

Definition at line 36 of file iomap.h.