Searched refs:mmc_send_op_cond (Results 1 – 3 of 3) sorted by relevance
188 rt_err_t mmc_send_op_cond(struct rt_mmcsd_host *host, rt_uint32_t ocr, rt_uint32_t *rocr);
427 rt_err_t mmc_send_op_cond(struct rt_mmcsd_host *host, in mmc_send_op_cond() function625 err = mmc_send_op_cond(host, ocr | (1 << 30), &rocr); in mmcsd_mmc_init_card()
668 err = mmc_send_op_cond(host, 0, &ocr); in mmcsd_detect()
Completed in 6 milliseconds