Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsh_mmcif.c252 bool dma_active; member
303 host->dma_active = true; in sh_mmcif_start_dma_rx()
323 host->dma_active = false; in sh_mmcif_start_dma_rx()
353 host->dma_active = true; in sh_mmcif_start_dma_tx()
373 host->dma_active = false; in sh_mmcif_start_dma_tx()
427 host->dma_active = false; in sh_mmcif_request_dma()
474 host->dma_active = false; in sh_mmcif_release_dma()
1127 if (!host->dma_active) { in sh_mmcif_end_cmd()
1160 host->dma_active = false; in sh_mmcif_end_cmd()
1306 if (!host->dma_active) in sh_mmcif_intr()
Dusdhi6rol0.c201 bool dma_active; member
521 host->dma_active = false; in usdhi6_dma_release()
538 if (!host->dma_active) in usdhi6_dma_stop_unmap()
542 host->dma_active = false; in usdhi6_dma_stop_unmap()
591 host->dma_active = true; in usdhi6_dma_setup()
1371 if (host->dma_active) { in usdhi6_end_cmd()
1532 if (!host->dma_active) in usdhi6_sd_bh()
1680 host->dma_active ? "DMA" : "PIO", in usdhi6_timeout_work()
1685 if (host->dma_active) { in usdhi6_timeout_work()
Dcavium.c464 if ((rsp_sts & MIO_EMM_RSP_STS_DMA_VAL) && host->dma_active) in cvm_mmc_interrupt()
467 if (!host->dma_active && req->data && in cvm_mmc_interrupt()
487 if (host->dma_active && req->data) in cvm_mmc_interrupt()
682 host->dma_active = true; in cvm_mmc_dma_request()
793 host->dma_active = false; in cvm_mmc_request()
Dcavium.h69 bool dma_active; member
/Linux-v4.19/sound/pci/hda/
Dpatch_ca0132.c2681 bool dma_active; in dspxfr_one_seg() local
2810 dma_active = dsp_is_dma_active(codec, dma_chan); in dspxfr_one_seg()
2811 if (!dma_active) in dspxfr_one_seg()
2815 if (dma_active) in dspxfr_one_seg()