Lines Matching refs:ocr
816 MMC_DEV_ATTR(ocr, "0x%08x\n", card->ocr);
1604 static int mmc_init_card(struct mmc_host *host, u32 ocr, in mmc_init_card() argument
1628 err = mmc_send_op_cond(host, ocr | (1 << 30), &rocr); in mmc_init_card()
1667 card->ocr = ocr; in mmc_init_card()
2199 mmc_power_up(host, host->card->ocr); in _mmc_resume()
2200 err = mmc_init_card(host, host->card->ocr, host->card); in _mmc_resume()
2299 mmc_power_cycle(host, card->ocr); in _mmc_hw_reset()
2302 return mmc_init_card(host, card->ocr, card); in _mmc_hw_reset()
2325 u32 ocr, rocr; in mmc_attach_mmc() local
2333 err = mmc_send_op_cond(host, 0, &ocr); in mmc_attach_mmc()
2345 err = mmc_spi_read_ocr(host, 1, &ocr); in mmc_attach_mmc()
2350 rocr = mmc_select_voltage(host, ocr); in mmc_attach_mmc()