Home
last modified time | relevance | path

Searched refs:S3C_VA_UART (Results 1 – 8 of 8) sorted by relevance

/arch/arm/include/debug/
Ds5pv210.S13 #define S3C_VA_UART S3C_ADDR_BASE + 0x01000000 macro
24 ldr \rv, =S3C_VA_UART
Dexynos.S13 #define S3C_VA_UART S3C_ADDR_BASE + 0x01000000 macro
29 ldr \rv, =S3C_VA_UART
/arch/arm/mach-s3c64xx/include/mach/
Ddebug-macro.S26 ldr \rv, = (S3C_VA_UART + S3C_PA_UART & 0xfffff)
Dmap.h47 #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET))
/arch/arm/plat-samsung/include/plat/
Dmap-base.h38 #define S3C_VA_UART S3C_ADDR(0x01000000) /* UART */ macro
Dmap-s3c.h18 #define S3C24XX_VA_UART S3C_VA_UART
/arch/arm/mach-s3c24xx/include/mach/
Dmap.h38 #define S3C_VA_UARTx(uart) (S3C_VA_UART + ((uart * S3C_UART_OFFSET)))
/arch/arm/mach-s3c64xx/
Dcommon.c117 .virtual = (unsigned long)(S3C_VA_UART + UART_OFFS),