Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c275 static u32 lpuart32_read(void __iomem *addr) in lpuart32_read() function
298 temp = lpuart32_read(port->membase + UARTCTRL); in lpuart32_stop_tx()
315 temp = lpuart32_read(port->membase + UARTCTRL); in lpuart32_stop_rx()
553 txcnt = lpuart32_read(sport->port.membase + UARTWATER); in lpuart32_transmit_buffer()
560 txcnt = lpuart32_read(sport->port.membase + UARTWATER); in lpuart32_transmit_buffer()
596 temp = lpuart32_read(port->membase + UARTCTRL); in lpuart32_start_tx()
599 if (lpuart32_read(port->membase + UARTSTAT) & UARTSTAT_TDRE) in lpuart32_start_tx()
712 while (!(lpuart32_read(sport->port.membase + UARTFIFO) & UARTFIFO_RXEMPT)) { in lpuart32_rxint()
719 sr = lpuart32_read(sport->port.membase + UARTSTAT); in lpuart32_rxint()
720 rx = lpuart32_read(sport->port.membase + UARTDATA); in lpuart32_rxint()
[all …]