Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc_boot.c32 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()
H A Dmmc_write.c69 cmd.resp_type = MMC_RSP_R1b; in mmc_erase_t()
206 cmd.resp_type = MMC_RSP_R1b; in mmc_write_blocks()
H A Ddavinci_mmc.c153 case MMC_RSP_R1b: in dmmc_send_cmd()
228 if (cmd->resp_type == MMC_RSP_R1b) in dmmc_send_cmd()
H A Dpxa_mmc_gen.c112 case MMC_RSP_R1b: in pxa_mmc_start_cmd()
H A Dmxcmmc.c171 case MMC_RSP_R1b:/* short CRC, OPCODE, BUSY */ in mxcmci_start_cmd()
H A Dmmc.c109 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()
H A Dstm32_sdmmc2.c420 stop_cmd.resp_type = MMC_RSP_R1b; in stm32_sdmmc2_send_cmd()
H A Dsh_mmcif.c342 case MMC_RSP_R1b: in sh_mmcif_set_cmd()
H A Duniphier-sd.c444 case MMC_RSP_R1b: in uniphier_sd_send_cmd()
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h287 #define MMC_RSP_R1b (MMC_RSP_PRESENT|MMC_RSP_CRC|MMC_RSP_OPCODE| \ macro