Searched refs:lpuart32_read (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/tty/serial/ |
| D | fsl_lpuart.c | 290 static inline u32 lpuart32_read(struct uart_port *port, u32 off) in lpuart32_read() function 328 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_tx() 345 temp = lpuart32_read(port, UARTCTRL); in lpuart32_stop_rx() 596 txcnt = lpuart32_read(&sport->port, UARTWATER); in lpuart32_transmit_buffer() 603 txcnt = lpuart32_read(&sport->port, UARTWATER); in lpuart32_transmit_buffer() 639 temp = lpuart32_read(port, UARTCTRL); in lpuart32_start_tx() 642 if (lpuart32_read(port, UARTSTAT) & UARTSTAT_TDRE) in lpuart32_start_tx() 665 return (lpuart32_read(port, UARTSTAT) & UARTSTAT_TC) ? in lpuart32_tx_empty() 784 while (!(lpuart32_read(&sport->port, UARTFIFO) & UARTFIFO_RXEMPT)) { in lpuart32_rxint() 791 sr = lpuart32_read(&sport->port, UARTSTAT); in lpuart32_rxint() [all …]
|