Searched refs:S3C_PA_UART (Results 1 – 7 of 7) sorted by relevance
26 #define S3C_PA_UART (0x7F005000) macro27 #define S3C_PA_UART0 (S3C_PA_UART + 0x00)28 #define S3C_PA_UART1 (S3C_PA_UART + 0x400)29 #define S3C_PA_UART2 (S3C_PA_UART + 0x800)30 #define S3C_PA_UART3 (S3C_PA_UART + 0xC00)34 #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET))
27 ldreq \rx, = S3C_PA_UART28 ldrne \rx, = (S3C_VA_UART + S3C_PA_UART & 0xfffff)
66 #define UART_OFFS (S3C_PA_UART & 0xfffff)76 .pfn = __phys_to_pfn(S3C_PA_UART),
82 #define S3C_PA_UART S3C24A0_PA_UART macro
104 #define S3C_PA_UART S3C24XX_PA_UART macro
40 #define uart_base S3C_PA_UART + (S3C_UART_OFFSET * CONFIG_S3C_LOWLEVEL_UART_PORT)
177 .phys_io = S3C_PA_UART & 0xfff00000,