Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Ddavinci_mmc.c162 case MMC_RSP_R3: /* R3, R4 */ in dmmc_send_cmd()
H A Dpxa_mmc_gen.c118 case MMC_RSP_R3: in pxa_mmc_start_cmd()
H A Dmmc.c134 case MMC_RSP_R3: in mmmc_trace_after_send()
532 cmd.resp_type = MMC_RSP_R3; in sd_send_op_cond()
566 cmd.resp_type = MMC_RSP_R3; in sd_send_op_cond()
590 cmd.resp_type = MMC_RSP_R3; in mmc_send_op_cond_iter()
654 cmd.resp_type = MMC_RSP_R3; in mmc_complete_op_cond()
H A Dmxcmmc.c177 case MMC_RSP_R3: /* short */ in mxcmci_start_cmd()
H A Dsh_mmcif.c343 case MMC_RSP_R3: in sh_mmcif_set_cmd()
H A Duniphier-sd.c450 case MMC_RSP_R3: in uniphier_sd_send_cmd()
/rk3399_rockchip-uboot/include/
H A Dmmc.h290 #define MMC_RSP_R3 (MMC_RSP_PRESENT) macro