Lines Matching full:transfer
49 * your quick channel number 0-7, complete code - transfer complete code
88 * Note that the destination address is modified during the DMA transfer
159 * Note that the source address is modified during the DMA transfer
222 * edma3_set_transfer_params - configure DMA transfer parameters
238 * An example of an A-Synchronized transfer is a serial link using a
241 * event to transfer each word, and memory access by the DMA transfer
244 * An example of an AB-Synchronized transfer is a device using a FIFO.
247 * the FIFO threshold is reached, and the DMA transfer controller will
248 * transfer one frame to (or from) the FIFO. It will probably use
283 * Use this to assign all parameters of a transfer at once. This
286 * complete control over all transfer options.
337 * edma3_check_for_transfer - check if transfer coplete by checking
534 pr_err("Transfer type not implemented in DMA driver\n"); in ti_edma3_transfer()
563 .transfer = ti_edma3_transfer,