Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsh_mmcif.c381 if (opc == MMC_CMD_READ_MULTIPLE_BLOCK || in sh_mmcif_set_cmd()
407 case MMC_CMD_READ_MULTIPLE_BLOCK: in sh_mmcif_data_trans()
437 if (host->last_cmd == MMC_CMD_READ_MULTIPLE_BLOCK) in sh_mmcif_start_cmd()
H A Dsandbox_mmc.c59 case MMC_CMD_READ_MULTIPLE_BLOCK: in sandbox_mmc_send_cmd()
H A Dmmc-uclass.c37 cmd->cmdidx != MMC_CMD_READ_MULTIPLE_BLOCK && in dm_mmc_send_cmd()
H A Drpmb.c117 cmd.cmdidx = MMC_CMD_READ_MULTIPLE_BLOCK; in mmc_rpmb_response()
H A Dsh_sdhi.c518 case MMC_CMD_READ_MULTIPLE_BLOCK: in sh_sdhi_data_trans()
558 if ((opc == MMC_CMD_READ_MULTIPLE_BLOCK) || in sh_sdhi_start_cmd()
H A Dgen_atmel_mci.c261 if ((cmd->cmdidx == MMC_CMD_READ_MULTIPLE_BLOCK)
H A Domap_hsmmc.c399 if ((cmd->cmdidx == MMC_CMD_READ_MULTIPLE_BLOCK) ||
H A Dmmc.c232 cmd.cmdidx = MMC_CMD_READ_MULTIPLE_BLOCK; in mmc_read_blocks()
274 cmd.cmdidx = MMC_CMD_READ_MULTIPLE_BLOCK; in mmc_read_blocks_prepare()
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h87 #define MMC_CMD_READ_MULTIPLE_BLOCK 18 macro