Home
last modified time | relevance | path

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

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