Lines Matching defs:do_dma
194 bool do_dma;
323 if (host->do_dma)
349 if (!host->do_dma)
354 if (!host->do_dma)
362 if (!host->do_dma && (host->data_dir == DAVINCI_MMC_DATADIR_WRITE))
370 if (!host->do_dma && host->bytes_left <= poll_threshold) {
479 host->do_dma = 1;
606 host->do_dma = 0;
782 if (host->do_dma) {
787 host->do_dma = false;
922 if ((host->do_dma == 0) && (host->bytes_left > 0)) {