Lines Matching defs:do_dma
195 bool do_dma;
324 if (host->do_dma)
350 if (!host->do_dma)
355 if (!host->do_dma)
363 if (!host->do_dma && (host->data_dir == DAVINCI_MMC_DATADIR_WRITE))
371 if (!host->do_dma && host->bytes_left <= poll_threshold) {
480 host->do_dma = 1;
607 host->do_dma = 0;
783 if (host->do_dma) {
788 host->do_dma = false;
923 if ((host->do_dma == 0) && (host->bytes_left > 0)) {