Searched refs:rsp_39_8 (Results 1 – 1 of 1) sorted by relevance
468 uint32_t rsp_39_8 = rcar_mmc_read_reg32(dev, RCAR_MMC_RSP10); in rcar_mmc_extract_resp() local470 cmd->response[0] = (rsp_39_8 & 0xffffff) << 8; in rcar_mmc_extract_resp()472 ((rsp_71_40 & 0x00ffffff) << 8) | ((rsp_39_8 & 0xff000000) >> 24); in rcar_mmc_extract_resp()