Searched defs:S3C_ADDR (Results 1 - 1 of 1) sorted by relevance

/arch/arm/plat-samsung/include/plat/
H A Dmap-base.h28 #define S3C_ADDR(x) ((void __iomem __force *)S3C_ADDR_BASE + (x)) macro
30 #define S3C_ADDR(x) (S3C_ADDR_BASE + (x)) macro
33 #define S3C_VA_IRQ S3C_ADDR(0x00000000) /* irq controller(s) */
34 #define S3C_VA_SYS S3C_ADDR(0x00100000) /* system control */
35 #define S3C_VA_MEM S3C_ADDR(0x00200000) /* memory control */
36 #define S3C_VA_TIMER S3C_ADDR(0x00300000) /* timer block */
37 #define S3C_VA_WATCHDOG S3C_ADDR(0x00400000) /* watchdog */
38 #define S3C_VA_UART S3C_ADDR(0x01000000) /* UART */
41 * they do not need to directly used S3C_ADDR() and thus make it easier to
44 #define S3C_ADDR_CPU(x) S3C_ADDR(
[all...]

Completed in 466 milliseconds