Home
last modified time | relevance | path

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

/arch/arm/mach-s3c6400/include/mach/
Dmap.h26 #define S3C_PA_UART (0x7F005000) macro
27 #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))
Ddebug-macro.S27 ldreq \rx, = S3C_PA_UART
28 ldrne \rx, = (S3C_VA_UART + S3C_PA_UART & 0xfffff)
/arch/arm/plat-s3c64xx/
Dcpu.c66 #define UART_OFFS (S3C_PA_UART & 0xfffff)
76 .pfn = __phys_to_pfn(S3C_PA_UART),
/arch/arm/mach-s3c24a0/include/mach/
Dmap.h82 #define S3C_PA_UART S3C24A0_PA_UART macro
/arch/arm/mach-s3c2410/include/mach/
Dmap.h104 #define S3C_PA_UART S3C24XX_PA_UART macro
/arch/arm/plat-s3c/include/plat/
Duncompress.h40 #define uart_base S3C_PA_UART + (S3C_UART_OFFSET * CONFIG_S3C_LOWLEVEL_UART_PORT)
/arch/arm/mach-s3c6410/
Dmach-smdk6410.c177 .phys_io = S3C_PA_UART & 0xfff00000,