Home
last modified time | relevance | path

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

/arch/arm/mach-s3c64xx/include/mach/
Dmap.h39 #define S3C_PA_UART (0x7F005000) macro
40 #define S3C_PA_UART0 (S3C_PA_UART + 0x00)
41 #define S3C_PA_UART1 (S3C_PA_UART + 0x400)
42 #define S3C_PA_UART2 (S3C_PA_UART + 0x800)
43 #define S3C_PA_UART3 (S3C_PA_UART + 0xC00)
47 #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET))
Ddebug-macro.S25 ldr \rp, = S3C_PA_UART
26 ldr \rv, = (S3C_VA_UART + S3C_PA_UART & 0xfffff)
/arch/arm/mach-s3c64xx/
Dsleep.S24 #define LL_UART (S3C_PA_UART + (0x400 * CONFIG_S3C_LOWLEVEL_UART_PORT))
Dcommon.c103 #define UART_OFFS (S3C_PA_UART & 0xfffff)
118 .pfn = __phys_to_pfn(S3C_PA_UART),
/arch/arm/mach-s3c24xx/include/mach/
Dmap.h160 #define S3C_PA_UART S3C24XX_PA_UART macro