Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Dfsl_lpuart.c251 bool lpuart_dma_rx_use; member
981 if (sts & UARTSR1_FE && sport->lpuart_dma_rx_use) { in lpuart_int()
989 if (sts & UARTSR1_RDRF && !sport->lpuart_dma_rx_use) in lpuart_int()
1007 if ((sts & UARTSTAT_RDRF || rxcount > 0) && !sport->lpuart_dma_rx_use) in lpuart32_int()
1625 sport->lpuart_dma_rx_use = true; in lpuart_rx_dma_startup()
1637 sport->lpuart_dma_rx_use = false; in lpuart_rx_dma_startup()
1674 if (sport->lpuart_dma_rx_use) { in lpuart32_configure()
1681 if (!sport->lpuart_dma_rx_use) in lpuart32_configure()
1732 if (sport->lpuart_dma_rx_use) { in lpuart_dma_shutdown()
1882 if (old && sport->lpuart_dma_rx_use) { in lpuart_set_termios()
[all …]