Searched refs:MMC_RSP_R1b (Results 1 – 10 of 10) sorted by relevance
32 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change()43 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change()56 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change()68 cmd.resp_type = MMC_RSP_R1b; in mmc_boot_partition_size_change()
69 cmd.resp_type = MMC_RSP_R1b; in mmc_erase_t()206 cmd.resp_type = MMC_RSP_R1b; in mmc_write_blocks()
153 case MMC_RSP_R1b: in dmmc_send_cmd()228 if (cmd->resp_type == MMC_RSP_R1b) in dmmc_send_cmd()
112 case MMC_RSP_R1b: in pxa_mmc_start_cmd()
171 case MMC_RSP_R1b:/* short CRC, OPCODE, BUSY */ in mxcmci_start_cmd()
109 case MMC_RSP_R1b: in mmmc_trace_after_send()254 cmd.resp_type = MMC_RSP_R1b; in mmc_read_blocks()749 cmd.resp_type = MMC_RSP_R1b; in __mmc_switch()
420 stop_cmd.resp_type = MMC_RSP_R1b; in stm32_sdmmc2_send_cmd()
342 case MMC_RSP_R1b: in sh_mmcif_set_cmd()
444 case MMC_RSP_R1b: in uniphier_sd_send_cmd()
287 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \ macro