Home
last modified time | relevance | path

Searched refs:use_dma (Results 1 – 10 of 10) sorted by relevance

/system/dev/block/sdmmc/
A Dops.c39 .use_dma = sdmmc_use_dma(dev), in sdmmc_go_idle()
49 .use_dma = sdmmc_use_dma(dev), in sdmmc_send_status()
63 .use_dma = sdmmc_use_dma(dev), in sdmmc_stop_transmission()
77 .use_dma = sdmmc_use_dma(dev), in sd_send_if_cond()
99 .use_dma = sdmmc_use_dma(dev), in sd_send_relative_addr()
120 .use_dma = sdmmc_use_dma(dev), in sd_switch_uhs_voltage()
150 .use_dma = sdmmc_use_dma(dev), in sdio_send_op_cond()
186 .use_dma = sdmmc_use_dma(dev), in sdio_io_rw_direct()
241 if (use_dma) { in sdio_io_rw_extended()
249 req.use_dma = use_dma; in sdio_io_rw_extended()
[all …]
A Dsdio.c52 bool use_dma = txn->use_dma; in sdio_rw_data() local
56 if (!use_dma && data_size == 1) { in sdio_rw_data()
69 void *buf = use_dma ? NULL : txn->virt_buffer; in sdio_rw_data()
70 zx_handle_t dma_vmo = use_dma ? txn->dma_vmo : ZX_HANDLE_INVALID; in sdio_rw_data()
73 if (txn->use_dma && !dma_supported) { in sdio_rw_data()
83 use_dma = false; in sdio_rw_data()
102 func_blk_size, use_dma, buf, dma_vmo, in sdio_rw_data()
119 1, (data_size - data_processed), use_dma, buf, dma_vmo, in sdio_rw_data()
123 if (txn->use_dma && !dma_supported) { in sdio_rw_data()
139 txn.use_dma = false; in sdio_read_data32()
[all …]
A Dsdmmc.h118 uint32_t blk_size, bool use_dma, uint8_t *buf,
A Dsdmmc.c340 req->use_dma = true; in sdmmc_do_txn()
346 req->use_dma = false; in sdmmc_do_txn()
373 if (!req->use_dma) { in sdmmc_do_txn()
/system/banjo/ddk-protocol-sdio/
A Dsdio.banjo63 bool use_dma;
64 /// Used if use_dma is true
66 /// Used if use_dma is false
/system/banjo/ddk-protocol-sdmmc/
A Dsdmmc.banjo50 bool use_dma;
51 /// Used if use_dma is true
53 /// Used if use_dma is false
/system/dev/block/aml-sd-emmc/
A Daml-sd-emmc.c257 .use_dma = false, in aml_sd_emmc_do_tuning_transfer()
618 if ((!req->use_dma) && (req->cmd_flags & SDMMC_CMD_READ)) { in aml_sd_emmc_irq_thread()
648 if (req->use_dma) { in aml_sd_emmc_setup_cmd_desc()
851 if (req->use_dma) { in aml_sd_emmc_setup_data_descs()
878 if (req->use_dma && req->pmt != ZX_HANDLE_INVALID) { in aml_sd_emmc_finish_req()
885 if ((req->cmd_flags & SDMMC_CMD_READ) && req->use_dma) { in aml_sd_emmc_finish_req()
935 if (req->use_dma) { in aml_sd_emmc_request()
/system/dev/block/mtk-sdmmc/
A Dmtk-sdmmc.cpp345 request.use_dma = true; in SendTuningBlock()
683 if (is_data_request && !req->use_dma && !(req->cmd_flags & SDMMC_CMD_READ)) { in SdmmcRequestWithStatus()
699 status = req->use_dma ? RequestPrepareDma(req) : RequestPreparePolled(req); in SdmmcRequestWithStatus()
726 if (req->use_dma) { in SdmmcRequestWithStatus()
754 if (req_->use_dma) { in CmdDone()
/system/dev/block/imx-sdhci/
A Dimx-sdhci.c610 if (req->use_dma && !dev->dma_mode) { in imx_sdhci_start_req_locked()
616 cmd, has_data, req->use_dma, imx_sdmmc_cmd_rsp_busy(cmd), blkcnt, blksiz); in imx_sdhci_start_req_locked()
635 if (req->use_dma) { in imx_sdhci_start_req_locked()
665 if (req->use_dma) { in imx_sdhci_start_req_locked()
746 if (req->use_dma && req->pmt != ZX_HANDLE_INVALID) { in imx_sdhci_finish_req()
753 if ((req->cmd_flags & SDMMC_CMD_READ) && req->use_dma) { in imx_sdhci_finish_req()
/system/dev/block/sdhci/
A Dsdhci.c505 if (req->use_dma && !sdhci_supports_adma2_64bit(dev)) { in sdhci_start_req_locked()
511 cmd, has_data, req->use_dma, sdmmc_cmd_rsp_busy(req->cmd_flags), blkcnt, blksiz); in sdhci_start_req_locked()
530 if (req->use_dma) { in sdhci_start_req_locked()
580 if (req->use_dma && req->pmt != ZX_HANDLE_INVALID) { in sdhci_finish_req()
587 if ((req->cmd_flags & SDMMC_CMD_READ) && req->use_dma) { in sdhci_finish_req()

Completed in 21 milliseconds