Searched refs:MMC_RSP_R1b (Results 1 – 12 of 12) sorted by relevance
31 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()
55 cmd.resp_type = MMC_RSP_R1b; in mmc_erase_t()172 cmd.resp_type = MMC_RSP_R1b; in mmc_write_blocks()
152 case MMC_RSP_R1b: in dmmc_send_cmd()227 if (cmd->resp_type == MMC_RSP_R1b) in dmmc_send_cmd()
106 cmd.resp_type = MMC_RSP_R1b; in mmc_rpmb_request()
111 case MMC_RSP_R1b: in pxa_mmc_start_cmd()
171 case MMC_RSP_R1b:/* short CRC, OPCODE, BUSY */ in mxcmci_start_cmd()
420 stop_cmd.resp_type = MMC_RSP_R1b; in stm32_sdmmc2_send_cmd()
89 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()
445 case MMC_RSP_R1b: in tmio_sd_send_cmd()
345 case MMC_RSP_R1b: in sh_mmcif_set_cmd()
788 cmd.resp_type = MMC_RSP_R1b; in esdhc_stop_tuning()
301 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \ macro