Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A 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()
475 host->dma_active = false; in sh_mmcif_release_dma()
1128 if (!host->dma_active) { in sh_mmcif_end_cmd()
1161 host->dma_active = false; in sh_mmcif_end_cmd()
1307 if (!host->dma_active) in sh_mmcif_intr()
H A Dusdhi6rol0.c200 bool dma_active; member
519 host->dma_active = false; in usdhi6_dma_release()
536 if (!host->dma_active) in usdhi6_dma_stop_unmap()
540 host->dma_active = false; in usdhi6_dma_stop_unmap()
589 host->dma_active = true; in usdhi6_dma_setup()
1372 if (host->dma_active) { in usdhi6_end_cmd()
1533 if (!host->dma_active) in usdhi6_sd_bh()
1681 host->dma_active ? "DMA" : "PIO", in usdhi6_timeout_work()
1686 if (host->dma_active) { in usdhi6_timeout_work()
H A 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()
H A Dcavium.h69 bool dma_active; member
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_ca0132.c3099 bool dma_active; in dspxfr_one_seg() local
3228 dma_active = dsp_is_dma_active(codec, dma_chan); in dspxfr_one_seg()
3229 if (!dma_active) in dspxfr_one_seg()
3233 if (dma_active) in dspxfr_one_seg()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch538 m->dma_active = false;