Home
last modified time | relevance | path

Searched refs:mmc_get_op_cond (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/board/solidrun/mx6cuboxi/
H A Dmx6cuboxi.c192 ret = (mmc_get_op_cond(mmc) < 0) ? 0 : 1; /* eMMC/uSDHC3 has no CD GPIO */ in board_mmc_getcd()
536 return (mmc_get_op_cond(mmc) < 0) ? 0 : 1; in has_emmc()
/openbmc/u-boot/include/
H A Dmmc.h800 int mmc_get_op_cond(struct mmc *mmc);
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c2620 int mmc_get_op_cond(struct mmc *mmc) in mmc_get_op_cond() function
2733 err = mmc_get_op_cond(mmc); in mmc_start_init()