Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-s3c64xx/include/mach/
Dmap.h47 #define S3C_VA_UARTx(x) (S3C_VA_UART + (S3C_PA_UART & 0xfffff) + ((x) * S3C_UART_OFFSET)) macro
49 #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)
/linux-3.4.99/arch/arm/mach-s5p64x0/
Dirq-pm.c49 irq_uart_mask[i] = __raw_readl(S3C_VA_UARTx(i) + S3C64XX_UINTM); in s5p64x0_irq_pm_suspend()
70 __raw_writel(irq_uart_mask[i], S3C_VA_UARTx(i) + S3C64XX_UINTM); in s5p64x0_irq_pm_resume()
/linux-3.4.99/arch/arm/mach-s3c64xx/
Dirq-pm.c67 irq_uart_mask[i] = __raw_readl(S3C_VA_UARTx(i) + S3C64XX_UINTM); in s3c64xx_irq_pm_suspend()
88 __raw_writel(irq_uart_mask[i], S3C_VA_UARTx(i) + S3C64XX_UINTM); in s3c64xx_irq_pm_resume()
/linux-3.4.99/arch/arm/plat-samsung/
Dpm.c81 void __iomem *regs = S3C_VA_UARTx(uart); in s3c_pm_save_uart()
107 void __iomem *regs = S3C_VA_UARTx(uart); in s3c_pm_restore_uart()
/linux-3.4.99/arch/arm/mach-s5p64x0/include/mach/
Dmap.h93 #define S3C_VA_UARTx(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET)) macro
/linux-3.4.99/arch/arm/mach-s3c24xx/include/mach/
Dmap.h38 #define S3C_VA_UARTx(uart) (S3C_VA_UART + ((uart * S3C_UART_OFFSET))) macro
/linux-3.4.99/arch/arm/mach-s5pv210/include/mach/
Dmap.h145 #define S3C_VA_UARTx(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET)) macro
/linux-3.4.99/arch/arm/mach-exynos/include/mach/
Dmap.h228 #define S3C_VA_UARTx(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET)) macro