Home
last modified time | relevance | path

Searched refs:MMC_RSP_R1 (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/drivers/mmc/
Dmmc.c85 case MMC_RSP_R1: in mmmc_trace_after_send()
213 cmd.resp_type = MMC_RSP_R1; in mmc_send_status()
261 cmd.resp_type = MMC_RSP_R1; in mmc_set_blocklen()
336 cmd.resp_type = MMC_RSP_R1; in mmc_send_tuning()
370 cmd.resp_type = MMC_RSP_R1; in mmc_read_blocks()
488 cmd.resp_type = MMC_RSP_R1; in mmc_switch_voltage()
543 cmd.resp_type = MMC_RSP_R1; in sd_send_op_cond()
712 cmd.resp_type = MMC_RSP_R1; in mmc_send_ext_csd()
1146 cmd.resp_type = MMC_RSP_R1; in sd_switch()
1178 cmd.resp_type = MMC_RSP_R1; in sd_get_capabilities()
[all …]
Dmmc_write.c40 cmd.resp_type = MMC_RSP_R1; in mmc_erase_t()
154 cmd.resp_type = MMC_RSP_R1; in mmc_write_blocks()
Drpmb.c85 cmd.resp_type = MMC_RSP_R1; in mmc_set_blockcount()
138 cmd.resp_type = MMC_RSP_R1; in mmc_rpmb_response()
Dzynq_sdhci.c116 cmd.resp_type = MMC_RSP_R1; in arasan_sdhci_execute_tuning()
Dpxa_mmc_gen.c110 case MMC_RSP_R1: in pxa_mmc_start_cmd()
Ddavinci_mmc.c155 case MMC_RSP_R1: /* R1, R1b, R5, R6, R7 */ in dmmc_send_cmd()
Dmxcmmc.c170 case MMC_RSP_R1: /* short CRC, OPCODE */ in mxcmci_start_cmd()
Dtmio-common.c442 case MMC_RSP_R1: in tmio_sd_send_cmd()
Dsh_mmcif.c344 case MMC_RSP_R1: in sh_mmcif_set_cmd()
/external/u-boot/include/
Dmmc.h300 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE) macro