Searched refs:S3C_ADDR_BASE (Results 1 – 3 of 3) sorted by relevance
21 #define S3C_ADDR_BASE 0xF6000000 macro24 #define S3C_ADDR(x) ((void __iomem __force *)S3C_ADDR_BASE + (x))26 #define S3C_ADDR(x) (S3C_ADDR_BASE + (x))
9 #define S3C_ADDR_BASE 0xF6000000 macro10 #define S3C_VA_UART S3C_ADDR_BASE + 0x01000000