Home
last modified time | relevance | path

Searched refs:MMC_CMD_READ_MULTIPLE_BLOCK (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dsandbox_mmc.c59 case MMC_CMD_READ_MULTIPLE_BLOCK: in sandbox_mmc_send_cmd()
H A Drpmb.c136 cmd.cmdidx = MMC_CMD_READ_MULTIPLE_BLOCK; in mmc_rpmb_response()
346 .cmdidx = MMC_CMD_READ_MULTIPLE_BLOCK, in send_read_mult_block()
H A Dsh_mmcif.c384 if (opc == MMC_CMD_READ_MULTIPLE_BLOCK || in sh_mmcif_set_cmd()
410 case MMC_CMD_READ_MULTIPLE_BLOCK: in sh_mmcif_data_trans()
440 if (host->last_cmd == MMC_CMD_READ_MULTIPLE_BLOCK) in sh_mmcif_start_cmd()
H A Dsh_sdhi.c517 case MMC_CMD_READ_MULTIPLE_BLOCK: in sh_sdhi_data_trans()
557 if ((opc == MMC_CMD_READ_MULTIPLE_BLOCK) || in sh_sdhi_start_cmd()
H A Dgen_atmel_mci.c268 if ((cmd->cmdidx == MMC_CMD_READ_MULTIPLE_BLOCK)
H A Dmtk-sd.c357 case MMC_CMD_READ_MULTIPLE_BLOCK: in msdc_cmd_prepare_raw_cmd()
H A Domap_hsmmc.c1119 if ((cmd->cmdidx == MMC_CMD_READ_MULTIPLE_BLOCK) ||
H A Dmmc.c363 cmd.cmdidx = MMC_CMD_READ_MULTIPLE_BLOCK; in mmc_read_blocks()
/openbmc/u-boot/include/
H A Dmmc.h97 #define MMC_CMD_READ_MULTIPLE_BLOCK 18 macro