Searched refs:lpuart_dma_rx_use (Results 1 – 1 of 1) sorted by relevance
249 bool lpuart_dma_rx_use; member978 if (sts & UARTSR1_FE && sport->lpuart_dma_rx_use) { in lpuart_int()986 if (sts & UARTSR1_RDRF && !sport->lpuart_dma_rx_use) in lpuart_int()1004 if ((sts & UARTSTAT_RDRF || rxcount > 0) && !sport->lpuart_dma_rx_use) in lpuart32_int()1618 sport->lpuart_dma_rx_use = true; in lpuart_rx_dma_startup()1630 sport->lpuart_dma_rx_use = false; in lpuart_rx_dma_startup()1667 if (sport->lpuart_dma_rx_use) { in lpuart32_configure()1674 if (!sport->lpuart_dma_rx_use) in lpuart32_configure()1725 if (sport->lpuart_dma_rx_use) { in lpuart_dma_shutdown()1728 sport->lpuart_dma_rx_use = false; in lpuart_dma_shutdown()[all …]