Searched refs:S3C_VA_UARTx (Results 1 – 3 of 3) sorted by relevance
47 #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET)) macro49 #define S3C_VA_UART0 S3C_VA_UARTx(0)50 #define S3C_VA_UART1 S3C_VA_UARTx(1)51 #define S3C_VA_UART2 S3C_VA_UARTx(2)52 #define S3C_VA_UART3 S3C_VA_UARTx(3)
76 irq_uart_mask[i] = __raw_readl(S3C_VA_UARTx(i) + S3C64XX_UINTM); in s3c64xx_irq_pm_suspend()97 __raw_writel(irq_uart_mask[i], S3C_VA_UARTx(i) + S3C64XX_UINTM); in s3c64xx_irq_pm_resume()
38 #define S3C_VA_UARTx(uart) (S3C_VA_UART + ((uart * S3C_UART_OFFSET))) macro