Lines Matching defs:transfer
34 /* The maximum bytes that edma can transfer once.*/
176 struct spi_transfer *transfer)
183 bytes_per_word = fsl_lpspi_bytes_per_word(transfer->bits_per_word);
265 * Set TCR_CONT will keep SS asserted after current transfer.
266 * For the first transfer, clear TCR_CONTC to assert SS.
267 * For subsequent transfer, set TCR_CONTC to keep SS asserted.
307 "per-clk should be at least two times of transfer speed");
434 /* Initialize the functions for transfer */
535 /* Time with actual data transfer and CS change delay related to HW */
547 struct spi_transfer *transfer)
552 struct sg_table *tx = &transfer->tx_sg, *rx = &transfer->rx_sg;
589 transfer->len);
591 /* Wait eDMA to finish the data transfer.*/