Home
last modified time | relevance | path

Searched refs:S3C_PA_UART (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/mach-s3c/
H A Dmap-s3c64xx.h35 #define S3C_PA_UART (0x7F005000) macro
36 #define S3C_PA_UART0 (S3C_PA_UART + 0x00)
37 #define S3C_PA_UART1 (S3C_PA_UART + 0x400)
38 #define S3C_PA_UART2 (S3C_PA_UART + 0x800)
39 #define S3C_PA_UART3 (S3C_PA_UART + 0xC00)
43 #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET))
H A Dsleep-s3c64xx.S21 #define LL_UART (S3C_PA_UART + (0x400 * CONFIG_S3C_LOWLEVEL_UART_PORT))
H A Ds3c64xx.c96 #define UART_OFFS (S3C_PA_UART & 0xfffff)
111 .pfn = __phys_to_pfn(S3C_PA_UART),