Home
last modified time | relevance | path

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

/openbmc/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()
235 status = readl(sport->membase + UARTSR); in linflex_rxint()
257 writel(status, sport->membase + UARTSR); in linflex_rxint()
258 status = readl(sport->membase + UARTSR); in linflex_rxint()
281 status = readl(sport->membase + UARTSR); in linflex_int()
296 status = readl(port->membase + UARTSR) & LINFLEXD_UARTSR_DTFTFF; in linflex_tx_empty()
564 while ((readl(port->membase + UARTSR) & in linflex_console_putchar()
569 while (readl(port->membase + UARTSR) & in linflex_console_putchar()
[all …]