Home
last modified time | relevance | path

Searched refs:MMC_CMD_WRITE_MULTIPLE_BLOCK (Results 1 – 15 of 15) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/
Dhimci_boot.c52 #define MMC_CMD_WRITE_MULTIPLE_BLOCK 25 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/
Dhimci_boot.c52 #define MMC_CMD_WRITE_MULTIPLE_BLOCK 25 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/
Dhimci_boot.c51 #define MMC_CMD_WRITE_MULTIPLE_BLOCK 25 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/
Dhimci_boot.c52 #define MMC_CMD_WRITE_MULTIPLE_BLOCK 25 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3519av100/
Dhimci_boot.c52 #define MMC_CMD_WRITE_MULTIPLE_BLOCK 25 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/
Dhimci_boot.c52 #define MMC_CMD_WRITE_MULTIPLE_BLOCK 25 macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Drpmb.c104 cmd.cmdidx = MMC_CMD_WRITE_MULTIPLE_BLOCK; in mmc_rpmb_request()
329 .cmdidx = MMC_CMD_WRITE_MULTIPLE_BLOCK, in send_write_mult_block()
Dmmc_spi.c303 case MMC_CMD_WRITE_MULTIPLE_BLOCK: in dm_mmc_spi_request()
355 multi = (cmd->cmdidx == MMC_CMD_WRITE_MULTIPLE_BLOCK); in dm_mmc_spi_request()
Dsh_mmcif.c381 opc == MMC_CMD_WRITE_MULTIPLE_BLOCK) in sh_mmcif_set_cmd()
385 opc == MMC_CMD_WRITE_MULTIPLE_BLOCK) { in sh_mmcif_set_cmd()
413 case MMC_CMD_WRITE_MULTIPLE_BLOCK: in sh_mmcif_data_trans()
Dmmc_write.c147 cmd.cmdidx = MMC_CMD_WRITE_MULTIPLE_BLOCK; in mmc_write_blocks()
Dsh_sdhi.c515 case MMC_CMD_WRITE_MULTIPLE_BLOCK: in sh_sdhi_data_trans()
558 opc == MMC_CMD_WRITE_MULTIPLE_BLOCK) { in sh_sdhi_start_cmd()
Dgen_atmel_mci.c269 || (cmd->cmdidx == MMC_CMD_WRITE_MULTIPLE_BLOCK))
Dmtk-sd.c365 case MMC_CMD_WRITE_MULTIPLE_BLOCK: in msdc_cmd_prepare_raw_cmd()
Domap_hsmmc.c1109 (cmd->cmdidx == MMC_CMD_WRITE_MULTIPLE_BLOCK)) {
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h107 #define MMC_CMD_WRITE_MULTIPLE_BLOCK 25 macro