Home
last modified time | relevance | path

Searched refs:S3C_VA_UARTx (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/arm/mach-s3c/
A Dmap-s3c64xx.h43 #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET)) macro
45 #define S3C_VA_UART0 S3C_VA_UARTx(0)
46 #define S3C_VA_UART1 S3C_VA_UARTx(1)
47 #define S3C_VA_UART2 S3C_VA_UARTx(2)
48 #define S3C_VA_UART3 S3C_VA_UARTx(3)
A Dirq-pm-s3c64xx.c71 irq_uart_mask[i] = __raw_readl(S3C_VA_UARTx(i) + S3C64XX_UINTM); in s3c64xx_irq_pm_suspend()
92 __raw_writel(irq_uart_mask[i], S3C_VA_UARTx(i) + S3C64XX_UINTM); in s3c64xx_irq_pm_resume()

Completed in 4 milliseconds