|
Linux Kernel
3.7.1
|
#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)) |
| #define __io_address | ( | n | ) | ((void __iomem *)IO_ADDRESS(n)) |
Definition at line 42 of file hardware.h.
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.
1.8.2