Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/debug/
H A Ds5pv210.S10 #define S3C_VA_UART S3C_ADDR_BASE + 0x01000000 macro
21 ldr \rv, =S3C_VA_UART
H A Dexynos.S10 #define S3C_VA_UART S3C_ADDR_BASE + 0x01000000 macro
30 ldr \rv, =S3C_VA_UART
/openbmc/linux/arch/arm/mach-s3c/
H A Dmap-base.h34 #define S3C_VA_UART S3C_ADDR(0x01000000) /* UART */ macro
H A Dmap-s3c64xx.h43 #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET))
H A Ds3c64xx.c110 .virtual = (unsigned long)(S3C_VA_UART + UART_OFFS),