Searched refs:mmc_resp (Results 1 – 1 of 1) sorted by relevance
415 uint32_t mmc_resp = 0U; in rcar_mmc_convert_sd_to_mmc_resp() local419 mmc_resp = RCAR_MMC_CMD_RSP_NONE; in rcar_mmc_convert_sd_to_mmc_resp()425 mmc_resp = RCAR_MMC_CMD_RSP_R1; in rcar_mmc_convert_sd_to_mmc_resp()429 mmc_resp = RCAR_MMC_CMD_RSP_R1B; in rcar_mmc_convert_sd_to_mmc_resp()432 mmc_resp = RCAR_MMC_CMD_RSP_R2; in rcar_mmc_convert_sd_to_mmc_resp()436 mmc_resp = RCAR_MMC_CMD_RSP_R3; in rcar_mmc_convert_sd_to_mmc_resp()443 __ASSERT((int32_t)mmc_resp >= 0, "%s: converted response shouldn't be negative", __func__); in rcar_mmc_convert_sd_to_mmc_resp()445 return mmc_resp; in rcar_mmc_convert_sd_to_mmc_resp()