Lines Matching defs:transfer
242 * Return true if the host is using DMA to transfer data, else false
359 * @more: True if more IRQs are expected from transfer.
366 * - enabled during transfer
393 static void s3cmci_disable_irq(struct s3cmci_host *host, bool transfer)
399 /* pr_debug("%s: transfer %d\n", __func__, transfer); */
401 host->irq_disabled = transfer;
403 if (transfer && host->irq_state) {
580 * COMPLETION_XFERFINISH when the data transfer is finished
585 * 2) Driver prepares the transfer
587 * 4) Driver starts transfer
692 /* note, we used to fail the transfer
719 when a data transfer is in progress */
764 host->status = "ok: data transfer completed";
874 /* If we have no data transfer we are finished here */
878 /* Calculate the amout of bytes transfer if there was no error */
967 "mci_setup_data() transfer stillin progress.\n");