Home
last modified time | relevance | path

Searched refs:do_dma (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/mmc/host/
Ddavinci_mmc.c195 bool do_dma; member
324 if (host->do_dma) in mmc_davinci_start_command()
350 if (!host->do_dma) in mmc_davinci_start_command()
355 if (!host->do_dma) in mmc_davinci_start_command()
363 if (!host->do_dma && (host->data_dir == DAVINCI_MMC_DATADIR_WRITE)) in mmc_davinci_start_command()
371 if (!host->do_dma && host->bytes_left <= poll_threshold) { in mmc_davinci_start_command()
480 host->do_dma = 1; in mmc_davinci_start_dma_transfer()
607 host->do_dma = 0; in mmc_davinci_request()
783 if (host->do_dma) { in mmc_davinci_xfer_done()
788 host->do_dma = false; in mmc_davinci_xfer_done()
[all …]
Dmxcmmc.c127 int do_dma; member
237 return host->do_dma; in mxcmci_use_dma()
301 host->do_dma = 0; in mxcmci_setup_data()
328 host->do_dma = 0; in mxcmci_setup_data()
751 host->do_dma = 1; in mxcmci_request()
844 host->do_dma = 0; in mxcmci_set_ios()