Home
last modified time | relevance | path

Searched refs:dma (Results 1 – 14 of 14) sorted by relevance

/arm-trusted-firmware-2.8.0/include/drivers/brcm/emmc/
A Demmc_csl_sd.h54 uint32_t dma; /* dma enabled or disabled */ member
88 uint32_t retry, uint32_t dma, uint32_t dmaBound,
A Demmc_chal_sd.h147 uint32_t dma; /* dma enabled or disabled */ member
173 uint32_t blkSize, uint32_t dma);
/arm-trusted-firmware-2.8.0/fdts/
A Dn1sdp.dtsi140 dma-coherent;
152 dma-coherent;
163 dma-coherent;
186 dma-coherent;
A Dmorello-soc.dts84 dma-coherent;
95 dma-coherent;
120 dma-coherent;
131 dma-coherent;
A Dn1sdp-multi-chip.dts66 dma-coherent;
77 dma-coherent;
A Dfvp-ve-Cortex-A7x1.dts44 compatible = "shared-dma-pool";
A Dfvp-ve-Cortex-A5x1.dts45 compatible = "shared-dma-pool";
A Dfvp-base-psci-common.dtsi157 compatible = "shared-dma-pool";
A Dtc.dts210 compatible = "shared-dma-pool";
/arm-trusted-firmware-2.8.0/drivers/brcm/emmc/
A Demmc_chal_sd.c369 handle->cfg.dma = SD_DMA_OFF; in chal_sd_start()
481 handle->cfg.dma = mode; in chal_sd_set_dma()
485 val |= handle->cfg.dma - 1; in chal_sd_set_dma()
491 handle->cfg.dma = 0; in chal_sd_set_dma()
509 if (handle->cfg.dma == SD_DMA_OFF) in chal_sd_get_dma_addr()
551 cmd_mode_reg |= ((handle->cfg.dma) ? 1 : 0); in chal_sd_send_cmd()
570 if (handle->cfg.dma == SD_DMA_OFF) in chal_sd_set_dma_addr()
708 if (handle->cfg.dma != SD_DMA_OFF) { in chal_sd_setup_xfer()
953 uint32_t boundary, uint32_t blkSize, uint32_t dma) in chal_sd_config() argument
967 chal_sd_set_dma(sd_handle, dma); in chal_sd_config()
A Demmc_csl_sdcard.c258 if (handle->device->cfg.dma == SD_DMA_OFF) { in process_data_xfer()
281 if (handle->device->cfg.dma == SD_DMA_OFF) { in process_data_xfer()
1047 uint32_t dma, uint32_t dmaBound, uint32_t blkSize, in set_config() argument
1058 dmaBound, blkSize, dma); in set_config()
/arm-trusted-firmware-2.8.0/plat/socionext/uniphier/
A Duniphier_emmc.c45 #define SDHCI_MAKE_BLKSZ(dma, blksz) ((((dma) & 0x7) << 12) | ((blksz) & 0xFFF)) argument
/arm-trusted-firmware-2.8.0/plat/renesas/common/
A Dcommon.mk112 drivers/renesas/common/dma/dma_driver.c \
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md2238 …- add tzc master source ids for soc dma ([3139270](https://review.trustedfirmware.org/plugins/giti…

Completed in 24 milliseconds