Lines Matching defs:size
376 /* The size of the array - must be last */
535 static int mxs_auart_dma_tx(struct mxs_auart_port *s, int size)
543 pio = AUART_CTRL1_XFER_COUNT(size);
552 sg_init_one(sgl, s->tx_dma_buf, size);
577 int size;
584 size = min_t(u32, UART_XMIT_SIZE - i,
588 memcpy(buffer + i, xmit->buf + xmit->tail, size);
589 xmit->tail = (xmit->tail + size) & (UART_XMIT_SIZE - 1);
591 i += size;
1188 /* Reset FIFO size (it could have changed if DMA was enabled) */