Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dmsm_serial.c894 unsigned int pio_count, dma_count, dma_min; in msm_handle_tx() local
924 dma_min = 1; /* Always DMA */ in msm_handle_tx()
927 dma_min = UARTDM_BURST_SIZE; in msm_handle_tx()
936 if (!dma->chan || dma_count < dma_min) in msm_handle_tx()