Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dfsl_lpuart.c254 bool lpuart_dma_rx_use; member
970 if (sts & UARTSR1_RDRF && !sport->lpuart_dma_rx_use) in lpuart_int()
988 if ((sts & UARTSTAT_RDRF || rxcount > 0) && !sport->lpuart_dma_rx_use) in lpuart32_int()
1488 sport->lpuart_dma_rx_use = true; in lpuart_rx_dma_startup()
1491 sport->lpuart_dma_rx_use = false; in lpuart_rx_dma_startup()
1527 if (sport->lpuart_dma_rx_use) { in lpuart32_configure()
1534 if (!sport->lpuart_dma_rx_use) in lpuart32_configure()
1573 if (sport->lpuart_dma_rx_use) { in lpuart_dma_shutdown()
1718 if (old && sport->lpuart_dma_rx_use) { in lpuart_set_termios()
1771 if (old && sport->lpuart_dma_rx_use) { in lpuart_set_termios()
[all …]