S3C_VA_UARTx       45 arch/arm/mach-s3c64xx/include/mach/map.h #define S3C_VA_UART0		S3C_VA_UARTx(0)
S3C_VA_UARTx       46 arch/arm/mach-s3c64xx/include/mach/map.h #define S3C_VA_UART1		S3C_VA_UARTx(1)
S3C_VA_UARTx       47 arch/arm/mach-s3c64xx/include/mach/map.h #define S3C_VA_UART2		S3C_VA_UARTx(2)
S3C_VA_UARTx       48 arch/arm/mach-s3c64xx/include/mach/map.h #define S3C_VA_UART3		S3C_VA_UARTx(3)
S3C_VA_UARTx       71 arch/arm/mach-s3c64xx/irq-pm.c 		irq_uart_mask[i] = __raw_readl(S3C_VA_UARTx(i) + S3C64XX_UINTM);
S3C_VA_UARTx       92 arch/arm/mach-s3c64xx/irq-pm.c 		__raw_writel(irq_uart_mask[i], S3C_VA_UARTx(i) + S3C64XX_UINTM);