Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dfsl_lpuart.c362 static inline void lpuart32_write(struct uart_port *port, u32 val, in lpuart32_write() function
423 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx()
439 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx()
591 lpuart32_write(&sport->port, val, UARTFIFO); in lpuart_flush_buffer()
679 lpuart32_write(&sport->port, 0, UARTCTRL); in lpuart32_poll_init()
684 lpuart32_write(&sport->port, temp | UARTFIFO_RXFE | UARTFIFO_TXFE, UARTFIFO); in lpuart32_poll_init()
687 lpuart32_write(&sport->port, UARTFIFO_TXFLUSH | UARTFIFO_RXFLUSH, UARTFIFO); in lpuart32_poll_init()
692 lpuart32_write(&sport->port, UARTFIFO_RXUF, UARTFIFO); in lpuart32_poll_init()
696 lpuart32_write(&sport->port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL); in lpuart32_poll_init()
705 lpuart32_write(port, c, UARTDATA); in lpuart32_poll_put_char()
[all …]