Searched refs:lpuart32_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | fsl_lpuart.c | 337 static inline void lpuart32_write(struct uart_port *port, u32 val, in lpuart32_write() function 398 lpuart32_write(port, temp, UARTCTRL); in lpuart32_stop_tx() 414 lpuart32_write(port, temp & ~UARTCTRL_RE, UARTCTRL); in lpuart32_stop_rx() 562 lpuart32_write(&sport->port, val, UARTFIFO); in lpuart_flush_buffer() 650 lpuart32_write(&sport->port, 0, UARTCTRL); in lpuart32_poll_init() 655 lpuart32_write(&sport->port, temp | UARTFIFO_RXFE | UARTFIFO_TXFE, UARTFIFO); in lpuart32_poll_init() 658 lpuart32_write(&sport->port, UARTFIFO_TXFLUSH | UARTFIFO_RXFLUSH, UARTFIFO); in lpuart32_poll_init() 663 lpuart32_write(&sport->port, UARTFIFO_RXUF, UARTFIFO); in lpuart32_poll_init() 667 lpuart32_write(&sport->port, UARTCTRL_RE | UARTCTRL_TE, UARTCTRL); in lpuart32_poll_init() 676 lpuart32_write(port, c, UARTDATA); in lpuart32_poll_put_char() [all …]
|