Lines Matching refs:use_dma
152 bool use_dma; member
167 if (!host->use_dma) in jz4740_mmc_release_dma_channels()
332 if (host->use_dma) { in jz4740_mmc_pre_request()
347 if (host->use_dma && data->host_cookie) { in jz4740_mmc_post_request()
665 if (host->use_dma) in jz4740_mmc_send_command()
716 if (host->use_dma) { in jz_mmc_irq_worker()
1076 host->use_dma = true; in jz4740_mmc_probe()
1077 if (host->use_dma && jz4740_mmc_acquire_dma_channels(host) != 0) in jz4740_mmc_probe()
1078 host->use_dma = false; in jz4740_mmc_probe()
1090 host->use_dma ? "DMA" : "PIO", in jz4740_mmc_probe()
1100 if (host->use_dma) in jz4740_mmc_probe()
1124 if (host->use_dma) in jz4740_mmc_remove()