Lines Matching refs:size
378 /* The size of the array - must be last */
545 static int mxs_auart_dma_tx(struct mxs_auart_port *s, int size)
553 pio = AUART_CTRL1_XFER_COUNT(size);
562 sg_init_one(sgl, s->tx_dma_buf, size);
585 int size;
592 size = min_t(u32, UART_XMIT_SIZE - i,
596 memcpy(buffer + i, xmit->buf + xmit->tail, size);
597 xmit->tail = (xmit->tail + size) & (UART_XMIT_SIZE - 1);
599 i += size;
983 /* byte size */
1230 /* Reset FIFO size (it could have changed if DMA was enabled) */