Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dfsl_lpuart.c330 static inline void lpuart32_write(struct uart_port *port, u32 val, in lpuart32_write() function
391 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx()
407 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx()
549 lpuart32_write(&sport->port, val, UARTFIFO); in lpuart_flush_buffer()
637 lpuart32_write(&sport->port, UARTCTRL, 0); in lpuart32_poll_init()
642 lpuart32_write(&sport->port, UARTFIFO, in lpuart32_poll_init()
646 lpuart32_write(&sport->port, UARTFIFO, in lpuart32_poll_init()
652 lpuart32_write(&sport->port, UARTFIFO, UARTFIFO_RXUF); in lpuart32_poll_init()
656 lpuart32_write(&sport->port, UARTCTRL, UARTCTRL_RE | UARTCTRL_TE); in lpuart32_poll_init()
665 lpuart32_write(port, UARTDATA, c); in lpuart32_poll_put_char()
[all …]