Go to the documentation of this file.
14 #ifndef __ASM_PLAT_MAP_H
15 #define __ASM_PLAT_MAP_H __FILE__
25 #define S3C_ADDR_BASE 0xF6000000
28 #define S3C_ADDR(x) ((void __iomem __force *)S3C_ADDR_BASE + (x))
30 #define S3C_ADDR(x) (S3C_ADDR_BASE + (x))
33 #define S3C_VA_IRQ S3C_ADDR(0x00000000)
34 #define S3C_VA_SYS S3C_ADDR(0x00100000)
35 #define S3C_VA_MEM S3C_ADDR(0x00200000)
36 #define S3C_VA_TIMER S3C_ADDR(0x00300000)
37 #define S3C_VA_WATCHDOG S3C_ADDR(0x00400000)
38 #define S3C_VA_UART S3C_ADDR(0x01000000)
44 #define S3C_ADDR_CPU(x) S3C_ADDR(0x00500000 + (x))