Lines Matching refs:UARTSR
27 #define UARTSR 0x0014 /* UART mode status register */ macro
171 while (((status = readl(sport->membase + UARTSR)) & in linflex_transmit_buffer()
180 sport->membase + UARTSR); in linflex_transmit_buffer()
212 while (((status = readl(sport->membase + UARTSR)) & in linflex_txint()
217 sport->membase + UARTSR); in linflex_txint()
248 status = readl(sport->membase + UARTSR); in linflex_rxint()
271 sport->membase + UARTSR); in linflex_rxint()
272 status = readl(sport->membase + UARTSR); in linflex_rxint()
295 status = readl(sport->membase + UARTSR); in linflex_int()
310 status = readl(port->membase + UARTSR) & LINFLEXD_UARTSR_DTFTFF; in linflex_tx_empty()
578 while ((readl(port->membase + UARTSR) & in linflex_console_putchar()
583 while (readl(port->membase + UARTSR) & in linflex_console_putchar()
588 writel((readl(port->membase + UARTSR) | in linflex_console_putchar()
590 port->membase + UARTSR); in linflex_console_putchar()