Searched refs:IS_MMC (Results 1 – 5 of 5) sorted by relevance
19 ((is_sd && IS_SD(mmc)) || (!is_sd && IS_MMC(mmc)))) in find_first_mmc_device()
50 if (IS_MMC(mmc) && mmc->capacity_boot) { in board_get_alt_info_mmc()
219 if (!IS_MMC(mmc)) in sdhci_cdns_execute_tuning()
780 if (IS_MMC(mmc)) { in octeontx_mmc_get_cr_mods()
87 #define IS_MMC(x) ((x)->version & MMC_VERSION_MMC) macro
Completed in 13 milliseconds