Home
last modified time | relevance | path

Searched refs:IS_SD (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/cmd/
Dmmc.c35 printf("%s version %d.%d", IS_SD(mmc) ? "SD" : "MMC", in print_mmcinfo()
54 if (!IS_SD(mmc) && mmc->version >= MMC_VERSION_4_41) { in print_mmcinfo()
686 if (IS_SD(mmc)) { in do_mmc_bootbus()
711 if (IS_SD(mmc)) { in do_mmc_boot_resize()
763 if (IS_SD(mmc)) { in do_mmc_partconf()
805 if (IS_SD(mmc)) { in do_mmc_rst_func()
857 if (IS_SD(mmc)) { in do_mmc_bkops_enable()
/external/u-boot/drivers/mmc/
Dmmc_write.c30 if (IS_SD(mmc)) { in mmc_erase_t()
108 if (IS_SD(mmc) && mmc->ssr.au) { in mmc_berase()
Dmv_sdhci.c51 if (!IS_SD(mmc) && reg == SDHCI_HOST_CONTROL) { in mv_sdhci_writeb()
Dmmc.c942 if (IS_SD(mmc) || (mmc->version < MMC_VERSION_4_41)) { in mmc_hwpart_config()
1949 if (IS_SD(mmc) || mmc->version < MMC_VERSION_4) in mmc_startup_v4()
1965 if (IS_SD(mmc) || (mmc->version < MMC_VERSION_4)) in mmc_startup_v4()
2188 if (IS_SD(mmc)) in mmc_startup()
2243 if (IS_SD(mmc)) in mmc_startup()
2311 mmc_select_mode(mmc, IS_SD(mmc) ? SD_LEGACY : MMC_LEGACY); in mmc_startup()
2314 if (IS_SD(mmc)) { in mmc_startup()
Dmmc_legacy.c112 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
Dzynq_sdhci.c184 if (!IS_SD(mmc)) in arasan_sdhci_set_control_reg()
Dmmc-uclass.c268 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
Dxenon_sdhci.c340 if (IS_SD(host->mmc)) { in xenon_sdhci_set_ios_post()
Dftsdc010_mci.c147 if (IS_SD(mmc)) { in ftsdc010_clkset()
/external/u-boot/cmd/mvebu/
Dbubt.c132 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in mmc_burn_image()
150 start_lba = IS_SD(mmc) ? 1 : 0; in mmc_burn_image()
200 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in mmc_read_file()
/external/u-boot/board/samsung/common/
Dexynos5-dt.c207 if (IS_SD(mmc)) in get_dfu_alt_boot()
/external/u-boot/board/samsung/odroid/
Dodroid.c86 alt_boot = IS_SD(mmc) ? CONFIG_DFU_ALT_BOOT_SD : in get_dfu_alt_boot()
/external/u-boot/include/
Dmmc.h76 #define IS_SD(x) ((x)->version & SD_VERSION_SD) macro
/external/u-boot/lib/efi_loader/
Defi_device_path.c54 return IS_SD(mmc) != 0U; in is_sd()