Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h26 #define MMC_VERSION_MMC (1U << 30) macro
33 (MMC_VERSION_MMC | MAKE_SDMMC_VERSION(a, b, c))
78 #define IS_MMC(x) ((x)->version & MMC_VERSION_MMC)
/openbmc/u-boot/drivers/tee/optee/
H A Drpmb.c74 if (!(mmc->version & MMC_VERSION_MMC)) { in get_mmc()
/openbmc/u-boot/cmd/
H A Dmmc.c266 if (!(mmc->version & MMC_VERSION_MMC)) { in do_mmcrpmb()