Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c248 bool lpuart_dma_tx_use; member
550 if (sport->lpuart_dma_tx_use) { in lpuart_flush_buffer()
763 if (sport->lpuart_dma_tx_use) { in lpuart_start_tx()
777 if (sport->lpuart_dma_tx_use) { in lpuart32_start_tx()
989 if (sts & UARTSR1_TDRE && !sport->lpuart_dma_tx_use) in lpuart_int()
1007 if ((sts & UARTSTAT_TDRE) && !sport->lpuart_dma_tx_use) in lpuart32_int()
1582 sport->lpuart_dma_tx_use = true; in lpuart_tx_dma_startup()
1595 sport->lpuart_dma_tx_use = false; in lpuart_tx_dma_startup()
1676 if (!sport->lpuart_dma_tx_use) in lpuart32_configure()
1731 if (sport->lpuart_dma_tx_use) { in lpuart_dma_shutdown()
[all …]