Home
last modified time | relevance | path

Searched refs:MMC_CMD_READ_SINGLE_BLOCK (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dsandbox_mmc.c56 case MMC_CMD_READ_SINGLE_BLOCK: in sandbox_mmc_send_cmd()
H A Dsh_mmcif.c419 case MMC_CMD_READ_SINGLE_BLOCK: in sh_mmcif_data_trans()
H A Dsh_sdhi.c521 case MMC_CMD_READ_SINGLE_BLOCK: in sh_sdhi_data_trans()
H A Dmtk-sd.c361 case MMC_CMD_READ_SINGLE_BLOCK: in msdc_cmd_prepare_raw_cmd()
H A Dmmc.c365 cmd.cmdidx = MMC_CMD_READ_SINGLE_BLOCK; in mmc_read_blocks()
/openbmc/u-boot/include/
H A Dmmc.h96 #define MMC_CMD_READ_SINGLE_BLOCK 17 macro