Lines Matching full:uart
2 * Exynos4210 UART Emulation
41 * Offsets for UART registers relative to SFR base address
50 #define UERSTAT 0x0014 /* UART Error Status */
95 /* UART FIFO Control */
104 /* Uart FIFO Status */
113 /* UART Interrupt Source Pending */
119 /* UART Line Control */
124 /* UART Tx/Rx Status */
130 /* UART Error Status */
142 #define TYPE_EXYNOS4210_UART "exynos4210.uart"
628 .name = "exynos4210.uart.fifo",
640 .name = "exynos4210.uart",
688 "exynos4210.uart", EXYNOS4210_UART_REGS_MEM_SIZE); in exynos4210_uart_init()