Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsandbox_mmc.c60 case MMC_CMD_READ_SINGLE_BLOCK: in sandbox_mmc_send_cmd()
Dmmc_spi.c300 case MMC_CMD_READ_SINGLE_BLOCK: in dm_mmc_spi_request()
Dsh_mmcif.c419 case MMC_CMD_READ_SINGLE_BLOCK: in sh_mmcif_data_trans()
Dsh_sdhi.c521 case MMC_CMD_READ_SINGLE_BLOCK: in sh_sdhi_data_trans()
Dmtk-sd.c370 case MMC_CMD_READ_SINGLE_BLOCK: in msdc_cmd_prepare_raw_cmd()
Dmmc.c386 cmd.cmdidx = MMC_CMD_READ_SINGLE_BLOCK; in mmc_read_blocks()
/external/u-boot/include/
Dmmc.h101 #define MMC_CMD_READ_SINGLE_BLOCK 17 macro