Home
last modified time | relevance | path

Searched refs:dma_active (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/mmc/host/
Dsh_mmcif.c249 bool dma_active; member
300 host->dma_active = true; in sh_mmcif_start_dma_rx()
320 host->dma_active = false; in sh_mmcif_start_dma_rx()
350 host->dma_active = true; in sh_mmcif_start_dma_tx()
370 host->dma_active = false; in sh_mmcif_start_dma_tx()
424 host->dma_active = false; in sh_mmcif_request_dma()
471 host->dma_active = false; in sh_mmcif_release_dma()
1124 if (!host->dma_active) { in sh_mmcif_end_cmd()
1157 host->dma_active = false; in sh_mmcif_end_cmd()
1303 if (!host->dma_active) in sh_mmcif_intr()
Dusdhi6rol0.c198 bool dma_active; member
518 host->dma_active = false; in usdhi6_dma_release()
535 if (!host->dma_active) in usdhi6_dma_stop_unmap()
539 host->dma_active = false; in usdhi6_dma_stop_unmap()
588 host->dma_active = true; in usdhi6_dma_setup()
1368 if (host->dma_active) { in usdhi6_end_cmd()
1529 if (!host->dma_active) in usdhi6_sd_bh()
1677 host->dma_active ? "DMA" : "PIO", in usdhi6_timeout_work()
1682 if (host->dma_active) { in usdhi6_timeout_work()
Dcavium.c465 if ((rsp_sts & MIO_EMM_RSP_STS_DMA_VAL) && host->dma_active) in cvm_mmc_interrupt()
468 if (!host->dma_active && req->data && in cvm_mmc_interrupt()
488 if (host->dma_active && req->data) in cvm_mmc_interrupt()
683 host->dma_active = true; in cvm_mmc_dma_request()
794 host->dma_active = false; in cvm_mmc_request()
Dcavium.h69 bool dma_active; member
/Linux-v5.4/sound/pci/hda/
Dpatch_ca0132.c2808 bool dma_active; in dspxfr_one_seg() local
2937 dma_active = dsp_is_dma_active(codec, dma_chan); in dspxfr_one_seg()
2938 if (!dma_active) in dspxfr_one_seg()
2942 if (dma_active) in dspxfr_one_seg()