Home
last modified time | relevance | path

Searched refs:MMC_VERSION_UNKNOWN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dmmc.h47 #define MMC_VERSION_UNKNOWN MAKE_MMC_VERSION(0, 0, 0) macro
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c697 mmc->version = MMC_VERSION_UNKNOWN; in mmc_complete_op_cond()
2332 if (mmc->version == MMC_VERSION_UNKNOWN) { in mmc_startup()