Home
last modified time | relevance | path

Searched refs:S3C_ADDR (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/arm/plat-samsung/include/plat/
Dmap-s5p.h16 #define S5P_VA_CHIPID S3C_ADDR(0x02000000)
17 #define S5P_VA_CMU S3C_ADDR(0x02100000)
18 #define S5P_VA_PMU S3C_ADDR(0x02180000)
19 #define S5P_VA_GPIO S3C_ADDR(0x02200000)
21 #define S5P_VA_GPIO2 S3C_ADDR(0x02240000)
22 #define S5P_VA_GPIO3 S3C_ADDR(0x02280000)
24 #define S5P_VA_SYSRAM S3C_ADDR(0x02400000)
25 #define S5P_VA_DMC0 S3C_ADDR(0x02440000)
26 #define S5P_VA_DMC1 S3C_ADDR(0x02480000)
27 #define S5P_VA_SROMC S3C_ADDR(0x024C0000)
[all …]
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 */
44 #define S3C_ADDR_CPU(x) S3C_ADDR(0x00500000 + (x))
Dmap-s3c.h61 #define S3C2410_ADDR(x) S3C_ADDR(x)
/linux-3.4.99/arch/arm/mach-s3c64xx/
Dmach-anw6410.c63 #define ANW6410_VA_EXTDEV S3C_ADDR(0x02000000)