Home
last modified time | relevance | path

Searched refs:MMC_RSP_R1b (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/drivers/mmc/
Dmmc_boot.c31 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change()
42 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change()
55 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change()
67 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change()
Dmmc_write.c55 cmd.resp_type = MMC_RSP_R1b; in mmc_erase_t()
172 cmd.resp_type = MMC_RSP_R1b; in mmc_write_blocks()
Ddavinci_mmc.c152 case MMC_RSP_R1b: in dmmc_send_cmd()
227 if (cmd->resp_type == MMC_RSP_R1b) in dmmc_send_cmd()
Drpmb.c106 cmd.resp_type = MMC_RSP_R1b; in mmc_rpmb_request()
Dpxa_mmc_gen.c111 case MMC_RSP_R1b: in pxa_mmc_start_cmd()
Dmxcmmc.c171 case MMC_RSP_R1b:/* short CRC, OPCODE, BUSY */ in mxcmci_start_cmd()
Dstm32_sdmmc2.c420 stop_cmd.resp_type = MMC_RSP_R1b; in stm32_sdmmc2_send_cmd()
Dmmc.c89 case MMC_RSP_R1b: in mmmc_trace_after_send()
383 cmd.resp_type = MMC_RSP_R1b; in mmc_read_blocks()
733 cmd.resp_type = MMC_RSP_R1b; in mmc_switch()
Dtmio-common.c445 case MMC_RSP_R1b: in tmio_sd_send_cmd()
Dsh_mmcif.c345 case MMC_RSP_R1b: in sh_mmcif_set_cmd()
Dfsl_esdhc.c788 cmd.resp_type = MMC_RSP_R1b; in esdhc_stop_tuning()
/external/u-boot/include/
Dmmc.h301 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \ macro