Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dsh-sci.c144 unsigned int tx_dma_len; member
1210 uart_xmit_advance(port, s->tx_dma_len); in sci_dma_tx_complete()
1444 s->tx_dma_len = CIRC_CNT_TO_END(head, tail, UART_XMIT_SIZE); in sci_dma_tx_work_fn()
1445 if (!s->tx_dma_len) { in sci_dma_tx_work_fn()
1451 desc = dmaengine_prep_slave_single(chan, buf, s->tx_dma_len, in sci_dma_tx_work_fn()
1460 dma_sync_single_for_device(chan->device->dev, buf, s->tx_dma_len, in sci_dma_tx_work_fn()
1693 s->tx_dma_len = 0; in sci_flush_buffer()