S3C_PA_UART 101 arch/arm/mach-s3c64xx/common.c #define UART_OFFS (S3C_PA_UART & 0xfffff) S3C_PA_UART 116 arch/arm/mach-s3c64xx/common.c .pfn = __phys_to_pfn(S3C_PA_UART), S3C_PA_UART 36 arch/arm/mach-s3c64xx/include/mach/map.h #define S3C_PA_UART0 (S3C_PA_UART + 0x00) S3C_PA_UART 37 arch/arm/mach-s3c64xx/include/mach/map.h #define S3C_PA_UART1 (S3C_PA_UART + 0x400) S3C_PA_UART 38 arch/arm/mach-s3c64xx/include/mach/map.h #define S3C_PA_UART2 (S3C_PA_UART + 0x800) S3C_PA_UART 39 arch/arm/mach-s3c64xx/include/mach/map.h #define S3C_PA_UART3 (S3C_PA_UART + 0xC00) S3C_PA_UART 43 arch/arm/mach-s3c64xx/include/mach/map.h #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET))