Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dfsl_lpuart.c261 bool lpuart_dma_rx_use; member
1022 if (sts & UARTSR1_FE && sport->lpuart_dma_rx_use) { in lpuart_int()
1030 if (sts & UARTSR1_RDRF && !sport->lpuart_dma_rx_use) in lpuart_int()
1048 if ((sts & UARTSTAT_RDRF || rxcount > 0) && !sport->lpuart_dma_rx_use) in lpuart32_int()
1638 sport->lpuart_dma_rx_use = true; in lpuart_rx_dma_startup()
1650 sport->lpuart_dma_rx_use = false; in lpuart_rx_dma_startup()
1687 if (sport->lpuart_dma_rx_use) { in lpuart32_configure()
1694 if (!sport->lpuart_dma_rx_use) in lpuart32_configure()
1745 if (sport->lpuart_dma_rx_use) { in lpuart_dma_shutdown()
1748 sport->lpuart_dma_rx_use = false; in lpuart_dma_shutdown()
[all …]