Searched refs:S3C_VA_UART (Results 1 – 6 of 6) sorted by relevance
10 #define S3C_VA_UART S3C_ADDR_BASE + 0x01000000 macro21 ldr \rv, =S3C_VA_UART
10 #define S3C_VA_UART S3C_ADDR_BASE + 0x01000000 macro30 ldr \rv, =S3C_VA_UART
34 #define S3C_VA_UART S3C_ADDR(0x01000000) /* UART */ macro
14 #define S3C24XX_VA_UART S3C_VA_UART
43 #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET))
115 .virtual = (unsigned long)(S3C_VA_UART + UART_OFFS),