Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-uniphier/
A Dmmc-first-dev.c19 ((is_sd && IS_SD(mmc)) || (!is_sd && IS_MMC(mmc)))) in find_first_mmc_device()
/u-boot/board/st/common/
A Dstm32mp_dfu.c50 if (IS_MMC(mmc) && mmc->capacity_boot) { in board_get_alt_info_mmc()
/u-boot/drivers/mmc/
A Dsdhci-cadence.c219 if (!IS_MMC(mmc)) in sdhci_cdns_execute_tuning()
A Docteontx_hsmmc.c780 if (IS_MMC(mmc)) { in octeontx_mmc_get_cr_mods()
/u-boot/include/
A Dmmc.h87 #define IS_MMC(x) ((x)->version & MMC_VERSION_MMC) macro

Completed in 13 milliseconds