Home
last modified time | relevance | path

Searched refs:MMC_RSP_R1b (Results 1 – 14 of 14) 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.c184 case MMC_RSP_R1b:
258 if (cmd->resp_type == MMC_RSP_R1b)
Dpxa_mmc_gen.c111 case MMC_RSP_R1b: in pxa_mmc_start_cmd()
Dmxcmmc.c172 case MMC_RSP_R1b:/* short CRC, OPCODE, BUSY */ in mxcmci_start_cmd()
Djz_mmc.c228 case MMC_RSP_R1b: in jz_mmc_send_cmd()
Dstm32_sdmmc2.c473 stop_cmd.resp_type = MMC_RSP_R1b; in stm32_sdmmc2_send_cmd()
Dmmc.c89 case MMC_RSP_R1b: in mmmc_trace_after_send()
406 cmd.resp_type = MMC_RSP_R1b; in mmc_read_blocks()
766 cmd.resp_type = MMC_RSP_R1b; in __mmc_switch()
Dmtk-sd.c336 case MMC_RSP_R1b: in msdc_cmd_find_resp()
454 if (host->last_resp_type == MMC_RSP_R1b && host->last_data_write) { in msdc_cmd_is_ready()
Dsh_mmcif.c345 case MMC_RSP_R1b: in sh_mmcif_set_cmd()
Dtmio-common.c458 case MMC_RSP_R1b: in tmio_sd_send_cmd()
Dfsl_esdhc_imx.c862 cmd.resp_type = MMC_RSP_R1b; in esdhc_stop_tuning()
/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_emmc.c34 #define MMC_RSP_R1b (MMC_RSP_PRESENT | MMC_RSP_CRC | MMC_RSP_OPCODE | \ macro
154 cmd.resp_type = MMC_RSP_R1b; in uniphier_emmc_switch_part()
/external/u-boot/include/
Dmmc.h317 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \ macro