Home
last modified time | relevance | path

Searched refs:pio_count (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
921 dma_count = pio_count = kfifo_out_linear(&tport->xmit_fifo, NULL, in msm_handle_tx()
933 if (pio_count > port->fifosize) in msm_handle_tx()
934 pio_count = port->fifosize; in msm_handle_tx()
937 msm_handle_tx_pio(port, pio_count); in msm_handle_tx()
942 msm_handle_tx_pio(port, pio_count); in msm_handle_tx()