Searched refs:lpuart_dma_rx_use (Results 1 – 1 of 1) sorted by relevance
271 bool lpuart_dma_rx_use; member1051 if (sts & UARTSR1_FE && sport->lpuart_dma_rx_use) { in lpuart_int()1059 if (sts & UARTSR1_RDRF && !sport->lpuart_dma_rx_use) in lpuart_int()1292 if ((sts & UARTSTAT_RDRF || rxcount > 0) && !sport->lpuart_dma_rx_use) in lpuart32_int()1298 if ((sts & UARTSTAT_IDLE) && sport->lpuart_dma_rx_use && sport->dma_idle_int) in lpuart32_int()1786 sport->lpuart_dma_rx_use = true; in lpuart_rx_dma_startup()1798 sport->lpuart_dma_rx_use = false; in lpuart_rx_dma_startup()1851 if (!sport->lpuart_dma_rx_use) in lpuart32_configure()1909 if (sport->lpuart_dma_rx_use) { in lpuart_dma_shutdown()1911 sport->lpuart_dma_rx_use = false; in lpuart_dma_shutdown()[all …]