Searched refs:S3C_VA_UART (Results 1 – 10 of 10) sorted by relevance
13 #define S3C_VA_UART S3C_ADDR_BASE + 0x01000000 macro24 ldr \rv, =S3C_VA_UART
13 #define S3C_VA_UART S3C_ADDR_BASE + 0x01000000 macro29 ldr \rv, =S3C_VA_UART
26 ldr \rv, = (S3C_VA_UART + S3C_PA_UART & 0xfffff)
47 #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET))
38 #define S3C_VA_UART S3C_ADDR(0x01000000) /* UART */ macro
18 #define S3C24XX_VA_UART S3C_VA_UART
49 #define S5P_VA_UART(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET))
67 #define S3C_VA_UARTx(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET))
38 #define S3C_VA_UARTx(uart) (S3C_VA_UART + ((uart * S3C_UART_OFFSET)))
118 .virtual = (unsigned long)(S3C_VA_UART + UART_OFFS),