Searched refs:MMC_RSP_R1b (Results 1 – 14 of 14) 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()
106 cmd.resp_type = MMC_RSP_R1b; in mmc_rpmb_request()330 .resp_type = MMC_RSP_R1b, in send_write_mult_block()
190 case MMC_RSP_R1b:265 if (cmd->resp_type == MMC_RSP_R1b)
111 case MMC_RSP_R1b: in pxa_mmc_start_cmd()
171 case MMC_RSP_R1b:/* short CRC, OPCODE, BUSY */ in mxcmci_start_cmd()
228 case MMC_RSP_R1b: in jz_mmc_send_cmd()
327 case MMC_RSP_R1b: in msdc_cmd_find_resp()443 if (host->last_resp_type == MMC_RSP_R1b && host->last_data_write) { in msdc_cmd_is_ready()
423 stop_cmd.resp_type = MMC_RSP_R1b; in stm32_sdmmc2_send_cmd()
89 case MMC_RSP_R1b: in mmmc_trace_after_send()385 cmd.resp_type = MMC_RSP_R1b; in mmc_read_blocks()736 cmd.resp_type = MMC_RSP_R1b; in __mmc_switch()
345 case MMC_RSP_R1b: in sh_mmcif_set_cmd()
457 case MMC_RSP_R1b: in tmio_sd_send_cmd()
853 cmd.resp_type = MMC_RSP_R1b; in esdhc_stop_tuning()
307 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \ macro