Searched refs:S3C_ADDR_BASE (Results 1 – 3 of 3) sorted by relevance
25 #define S3C_ADDR_BASE 0xF6000000 macro28 #define S3C_ADDR(x) ((void __iomem __force *)S3C_ADDR_BASE + (x))30 #define S3C_ADDR(x) (S3C_ADDR_BASE + (x))
12 #define S3C_ADDR_BASE 0xF6000000 macro13 #define S3C_VA_UART S3C_ADDR_BASE + 0x01000000