Searched refs:UARTSR (Results 1 – 1 of 1) sorted by relevance
27 #define UARTSR 0x0014 /* UART mode status register */ macro171 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()[all …]