Searched refs:mmc_send_op_cond (Results 1 – 3 of 3) sorted by relevance
18 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
438 err = mmc_send_op_cond(host, ocr | (1 << 30), &rocr); in mmc_init_card()850 err = mmc_send_op_cond(host, 0, &ocr); in mmc_attach_mmc()
136 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_op_cond() function