Home
last modified time | relevance | path

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

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