Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | IO_BASE 0xF0000000 |
#define | IO_ADDRESS(x) |
#define | io_p2v(x) ((void __iomem *) (unsigned long) IO_ADDRESS(x)) |
#define | io_v2p(x) ((((x) & 0x0ff00000) << 4) | ((x) & 0x000fffff)) |
#define IO_ADDRESS | ( | x | ) |
#define IO_BASE 0xF0000000 |
Definition at line 23 of file hardware.h.
Definition at line 31 of file hardware.h.
Definition at line 32 of file hardware.h.