mmc_send_if_cond
err = mmc_send_if_cond(host, ocr);
int mmc_send_if_cond(struct mmc_host *host, u32 ocr);
err = mmc_send_if_cond(host, host->ocr_avail);
mmc_send_if_cond(host, ocr);