Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c252 unsigned int dma_tx_bytes; member
376 sport->dma_tx_bytes = count & ~(sport->txfifo_size - 1); in lpuart_dma_tx()
379 tx_bus_addr, sport->dma_tx_bytes, in lpuart_dma_tx()
425 xmit->tail = (xmit->tail + sport->dma_tx_bytes) & (UART_XMIT_SIZE - 1); in lpuart_dma_tx_complete()