Home
last modified time | relevance | path

Searched refs:mmc_send_op_cond (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dmmc_ops.h26 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
H A Dmmc_ops.c173 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_op_cond() function
H A Dmmc.c1688 err = mmc_send_op_cond(host, ocr | (1 << 30), &rocr); in mmc_init_card()
2362 err = mmc_send_op_cond(host, 0, &ocr); in mmc_attach_mmc()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc.c591 static int mmc_send_op_cond(struct mmc *mmc) in mmc_send_op_cond() function
2293 err = mmc_send_op_cond(mmc);