Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c256 unsigned int dma_tx_bytes; member
428 sport->dma_tx_bytes = uart_circ_chars_pending(xmit); in lpuart_dma_tx()
432 sg_init_one(sgl, xmit->buf + xmit->tail, sport->dma_tx_bytes); in lpuart_dma_tx()
483 xmit->tail = (xmit->tail + sport->dma_tx_bytes) & (UART_XMIT_SIZE - 1); in lpuart_dma_tx_complete()
485 sport->port.icount.tx += sport->dma_tx_bytes; in lpuart_dma_tx_complete()