Searched refs:uart_rd (Results 1 – 2 of 2) sorted by relevance
54 uart_rd(unsigned int reg) in uart_rd() function69 if (uart_rd(S3C2410_UFCON) & S3C2410_UFCON_FIFOMODE) { in putc()73 level = uart_rd(S3C2410_UFSTAT); in putc()83 while ((uart_rd(S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXE) != S3C2410_UTRSTAT_TXE) in putc()148 u32 fifocon = uart_rd(S3C2410_UFCON); in arch_enable_uart_fifo()156 fifocon = uart_rd(S3C2410_UFCON); in arch_enable_uart_fifo()
71 static __inline__ unsigned int uart_rd(unsigned int reg) in uart_rd() function88 if (uart_rd(S3C2410_UFCON) & S3C2410_UFCON_FIFOMODE) { in putc()92 level = uart_rd(S3C2410_UFSTAT); in putc()102 while ((uart_rd(S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXE) != S3C2410_UTRSTAT_TXE) in putc()168 u32 fifocon = uart_rd(S3C2410_UFCON); in arch_enable_uart_fifo()176 fifocon = uart_rd(S3C2410_UFCON); in arch_enable_uart_fifo()