Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Dmmc-first-dev.c18 if (!mmc_init(mmc) && IS_MMC(mmc)) in find_first_mmc_device()
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h68 #define IS_MMC(x) ((x)->version & MMC_VERSION_MMC) macro