Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dfsl_lpuart.c396 static inline void lpuart32_write(struct uart_port *port, u32 val, in lpuart32_write() function
459 lpuart32_write(port, ctrl, UARTCTRL); in lpuart32_stop_tx()
475 lpuart32_write(port, ctrl & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx()
619 lpuart32_write(port, fifo, UARTFIFO); in lpuart_flush_buffer()
704 lpuart32_write(port, 0, UARTCTRL); in lpuart32_poll_init()
709 lpuart32_write(port, fifo | UARTFIFO_RXFE | UARTFIFO_TXFE, UARTFIFO); in lpuart32_poll_init()
712 lpuart32_write(port, UARTFIFO_TXFLUSH | UARTFIFO_RXFLUSH, UARTFIFO); in lpuart32_poll_init()
717 lpuart32_write(port, UARTFIFO_RXUF, UARTFIFO); in lpuart32_poll_init()
721 lpuart32_write(port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL); in lpuart32_poll_init()
730 lpuart32_write(port, c, UARTDATA); in lpuart32_poll_put_char()
[all …]