Searched refs:lpuart32_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/serial/ |
H A D | fsl_lpuart.c | 394 static inline void lpuart32_write(struct uart_port *port, u32 val, in lpuart32_write() function 455 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx() 471 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx() 621 lpuart32_write(&sport->port, val, UARTFIFO); in lpuart_flush_buffer() 709 lpuart32_write(&sport->port, 0, UARTCTRL); in lpuart32_poll_init() 714 lpuart32_write(&sport->port, temp | UARTFIFO_RXFE | UARTFIFO_TXFE, UARTFIFO); in lpuart32_poll_init() 717 lpuart32_write(&sport->port, UARTFIFO_TXFLUSH | UARTFIFO_RXFLUSH, UARTFIFO); in lpuart32_poll_init() 722 lpuart32_write(&sport->port, UARTFIFO_RXUF, UARTFIFO); in lpuart32_poll_init() 726 lpuart32_write(&sport->port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL); in lpuart32_poll_init() 735 lpuart32_write(port, c, UARTDATA); in lpuart32_poll_put_char() [all …]
|