Searched refs:dma (Results 1 – 14 of 14) sorted by relevance
/trusted-firmware-a-3.7.0/include/drivers/brcm/emmc/ |
D | emmc_csl_sd.h | 54 uint32_t dma; /* dma enabled or disabled */ member 88 uint32_t retry, uint32_t dma, uint32_t dmaBound,
|
D | emmc_chal_sd.h | 147 uint32_t dma; /* dma enabled or disabled */ member 173 uint32_t blkSize, uint32_t dma);
|
/trusted-firmware-a-3.7.0/drivers/brcm/emmc/ |
D | emmc_chal_sd.c | 369 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()
|
D | emmc_csl_sdcard.c | 258 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() 1048 uint32_t dma, uint32_t dmaBound, uint32_t blkSize, in set_config() argument 1059 dmaBound, blkSize, dma); in set_config()
|
/trusted-firmware-a-3.7.0/fdts/ |
D | n1sdp.dtsi | 140 dma-coherent; 152 dma-coherent; 163 dma-coherent; 186 dma-coherent;
|
D | n1sdp-multi-chip.dts | 66 dma-coherent; 77 dma-coherent;
|
D | morello-soc.dts | 151 dma-coherent; 162 dma-coherent; 187 dma-coherent; 198 dma-coherent;
|
D | fvp-ve-Cortex-A7x1.dts | 44 compatible = "shared-dma-pool";
|
D | tc.dts | 210 compatible = "shared-dma-pool"; 217 compatible = "restricted-dma-pool"; 501 dma-coherent;
|
D | fvp-ve-Cortex-A5x1.dts | 45 compatible = "shared-dma-pool";
|
D | fvp-base-psci-common.dtsi | 157 compatible = "shared-dma-pool";
|
/trusted-firmware-a-3.7.0/plat/socionext/uniphier/ |
D | uniphier_emmc.c | 45 #define SDHCI_MAKE_BLKSZ(dma, blksz) ((((dma) & 0x7) << 12) | ((blksz) & 0xFFF)) argument
|
/trusted-firmware-a-3.7.0/plat/renesas/common/ |
D | common.mk | 111 drivers/renesas/common/dma/dma_driver.c \
|
/trusted-firmware-a-3.7.0/docs/ |
D | change-log.md | 4406 …- add tzc master source ids for soc dma ([3139270](https://review.trustedfirmware.org/plugins/giti…
|