Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dmmc-first-dev.c17 if (!mmc_init(mmc) && IS_MMC(mmc)) in find_first_mmc_device()
/openbmc/u-boot/drivers/mmc/
H A Dsdhci-cadence.c202 if (!IS_MMC(mmc)) in sdhci_cdns_execute_tuning()
/openbmc/u-boot/include/
H A Dmmc.h78 #define IS_MMC(x) ((x)->version & MMC_VERSION_MMC) macro