Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dmacio.c75 if (!m->dma_active) { in pmac_ide_atapi_transfer_cb()
87 m->dma_active = false; in pmac_ide_atapi_transfer_cb()
103 m->dma_active = false; in pmac_ide_atapi_transfer_cb()
148 if (!m->dma_active) { in pmac_ide_transfer_cb()
161 m->dma_active = false; in pmac_ide_transfer_cb()
361 VMSTATE_BOOL(dma_active, MACIOIDEState),
403 m->dma_active = true; in ide_dbdma_start()
/openbmc/linux/drivers/mmc/host/
H A Dsh_mmcif.c248 bool dma_active; member
299 host->dma_active = true; in sh_mmcif_start_dma_rx()
319 host->dma_active = false; in sh_mmcif_start_dma_rx()
349 host->dma_active = true; in sh_mmcif_start_dma_tx()
369 host->dma_active = false; in sh_mmcif_start_dma_tx()
426 host->dma_active = false; in sh_mmcif_request_dma()
477 host->dma_active = false; in sh_mmcif_release_dma()
1129 if (!host->dma_active) { in sh_mmcif_end_cmd()
1162 host->dma_active = false; in sh_mmcif_end_cmd()
1308 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()
1382 if (host->dma_active) { in usdhi6_end_cmd()
1543 if (!host->dma_active) in usdhi6_sd_bh()
1691 host->dma_active ? "DMA" : "PIO", in usdhi6_timeout_work()
1696 if (host->dma_active) { in usdhi6_timeout_work()
H A 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()
681 host->dma_active = true; in cvm_mmc_dma_request()
792 host->dma_active = false; in cvm_mmc_request()
H A Dcavium.h69 bool dma_active; member
/openbmc/qemu/include/hw/misc/macio/
H A Dmacio.h88 bool dma_active; member
/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c3220 bool dma_active; in dspxfr_one_seg() local
3349 dma_active = dsp_is_dma_active(codec, dma_chan); in dspxfr_one_seg()
3350 if (!dma_active) in dspxfr_one_seg()
3354 if (dma_active) in dspxfr_one_seg()