Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dfsl_linflexuart.c27 #define UARTSR 0x0014 /* UART mode status register */ macro
167 while (((status = readl(sport->membase + UARTSR)) & in linflex_put_char()
172 writel(status | LINFLEXD_UARTSR_DTFTFF, sport->membase + UARTSR); in linflex_put_char()
236 status = readl(sport->membase + UARTSR); in linflex_rxint()
258 writel(status, sport->membase + UARTSR); in linflex_rxint()
259 status = readl(sport->membase + UARTSR); in linflex_rxint()
282 status = readl(sport->membase + UARTSR); in linflex_int()
297 status = readl(port->membase + UARTSR) & LINFLEXD_UARTSR_DTFTFF; in linflex_tx_empty()
565 while ((readl(port->membase + UARTSR) & in linflex_console_putchar()
570 while (readl(port->membase + UARTSR) & in linflex_console_putchar()
[all …]