Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Drpmb.c85 cmd.resp_type = MMC_RSP_R1; in mmc_set_blockcount()
106 cmd.resp_type = MMC_RSP_R1; in mmc_rpmb_request()
138 cmd.resp_type = MMC_RSP_R1; in mmc_rpmb_response()
330 .resp_type = MMC_RSP_R1, in send_write_mult_block()
347 .resp_type = MMC_RSP_R1, in send_read_mult_block()
Dmmc.c85 case MMC_RSP_R1: in mmmc_trace_after_send()
217 cmd.resp_type = MMC_RSP_R1; in mmc_send_status()
284 cmd.resp_type = MMC_RSP_R1; in mmc_set_blocklen()
359 cmd.resp_type = MMC_RSP_R1; in mmc_send_tuning()
393 cmd.resp_type = MMC_RSP_R1; in mmc_read_blocks()
511 cmd.resp_type = MMC_RSP_R1; in mmc_switch_voltage()
566 cmd.resp_type = MMC_RSP_R1; in sd_send_op_cond()
735 cmd.resp_type = MMC_RSP_R1; in mmc_send_ext_csd()
1219 cmd.resp_type = MMC_RSP_R1; in sd_switch()
1251 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()
Dzynq_sdhci.c110 cmd.resp_type = MMC_RSP_R1; in arasan_sdhci_execute_tuning()
Dpxa_mmc_gen.c110 case MMC_RSP_R1: in pxa_mmc_start_cmd()
Dmxcmmc.c171 case MMC_RSP_R1: /* short CRC, OPCODE */ in mxcmci_start_cmd()
Djz_mmc.c227 case MMC_RSP_R1: in jz_mmc_send_cmd()
Ddavinci_mmc.c187 case MMC_RSP_R1: /* R1, R1b, R5, R6, R7 */
Dsh_mmcif.c344 case MMC_RSP_R1: in sh_mmcif_set_cmd()
Dtmio-common.c455 case MMC_RSP_R1: in tmio_sd_send_cmd()
Dmtk-sd.c333 case MMC_RSP_R1: in msdc_cmd_find_resp()
/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_emmc.c33 #define MMC_RSP_R1 (MMC_RSP_PRESENT | MMC_RSP_CRC | MMC_RSP_OPCODE) macro
204 cmd.resp_type = MMC_RSP_R1; in uniphier_emmc_load_image()
246 cmd.resp_type = MMC_RSP_R1; in uniphier_emmc_hw_init()
/external/u-boot/include/
Dmmc.h316 #define MMC_RSP_R1 (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE) macro