Home
last modified time | relevance | path

Searched refs:MMC_RSP_R3 (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/mmc/
Dmmc.c114 case MMC_RSP_R3: in mmmc_trace_after_send()
552 cmd.resp_type = MMC_RSP_R3; in sd_send_op_cond()
589 cmd.resp_type = MMC_RSP_R3; in sd_send_op_cond()
621 cmd.resp_type = MMC_RSP_R3; in mmc_send_op_cond_iter()
684 cmd.resp_type = MMC_RSP_R3; in mmc_complete_op_cond()
Dpxa_mmc_gen.c117 case MMC_RSP_R3: in pxa_mmc_start_cmd()
Ddavinci_mmc.c161 case MMC_RSP_R3: /* R3, R4 */ in dmmc_send_cmd()
Dmxcmmc.c177 case MMC_RSP_R3: /* short */ in mxcmci_start_cmd()
Dtmio-common.c451 case MMC_RSP_R3: in tmio_sd_send_cmd()
Dsh_mmcif.c346 case MMC_RSP_R3: in sh_mmcif_set_cmd()
/external/u-boot/include/
Dmmc.h304 #define MMC_RSP_R3 (MMC_RSP_PRESENT) macro