Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/cmd/
Dmmc.c39 printf("%s version %d.%d", IS_SD(mmc) ? "SD" : "MMC", in print_mmcinfo()
57 if (!IS_SD(mmc) && mmc->version >= MMC_VERSION_4_41) { in print_mmcinfo()
110 if (!IS_SD(mmc)) { in print_mmcreg()
800 if (IS_SD(mmc)) { in do_mmc_bootbus()
825 if (IS_SD(mmc)) { in do_mmc_boot_resize()
877 if (IS_SD(mmc)) { in do_mmc_partconf()
919 if (IS_SD(mmc)) { in do_mmc_rst_func()
971 if (IS_SD(mmc)) { in do_mmc_bkops_enable()
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc_write.c30 if (IS_SD(mmc)) { in mmc_erase_t()
108 if (IS_SD(mmc) && mmc->ssr.au) { in mmc_berase()
Dhisi_sdhci.c410 IS_SD(mmc) ? "SD" : "MMC", in print_mmcinfo()
442 if (!IS_SD(mmc)) { in hisi_mmc_init()
Dmv_sdhci.c56 if (!IS_SD(mmc) && reg == SDHCI_HOST_CONTROL) { in mv_sdhci_writeb()
Dmmc.c1015 if (IS_SD(mmc) || (mmc->version < MMC_VERSION_4_41)) { in mmc_hwpart_config()
2188 if (IS_SD(mmc) || mmc->version < MMC_VERSION_4) in mmc_startup_v4()
2204 if (IS_SD(mmc) || (mmc->version < MMC_VERSION_4)) in mmc_startup_v4()
2435 if (IS_SD(mmc)) in mmc_startup()
2490 if (IS_SD(mmc)) in mmc_startup()
2558 mmc_select_mode(mmc, IS_SD(mmc) ? SD_LEGACY : MMC_LEGACY); in mmc_startup()
2561 if (IS_SD(mmc)) { in mmc_startup()
2919 if (IS_SD(mmc)) { in mmc_deinit()
Dmmc_legacy.c112 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
Dzynq_sdhci.c178 if (!IS_SD(mmc)) in arasan_sdhci_set_control_reg()
Dam654_sdhci.c85 if (IS_SD(host->mmc) && in am654_sdhci_set_control_reg()
Dhimci.c511 if (host->mmc->version && !IS_SD(host->mmc)) { in hi_mci_cmd_done()
1190 IS_SD(mmc) ? "SD" : "MMC", in print_mmcinfo()
1217 if (!IS_SD(mmc)) in himci_probe()
Dmmc-uclass.c304 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()
/third_party/uboot/u-boot-2020.01/board/Arcturus/ucp1020/
Dcmd_arc.c54 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in set_mmc_arc_product()
96 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in read_mmc_arc_info()
/third_party/uboot/u-boot-2020.01/cmd/mvebu/
Dbubt.c133 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in mmc_burn_image()
151 start_lba = IS_SD(mmc) ? 1 : 0; in mmc_burn_image()
201 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in mmc_read_file()
/third_party/uboot/u-boot-2020.01/board/samsung/common/
Dexynos5-dt.c179 if (IS_SD(mmc)) in get_dfu_alt_boot()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/imx8/
Dimage.c130 if (IS_SD(mmc) || mmc->part_config == MMCPART_NOAVAILABLE) { in get_boot_device_offset()
/third_party/uboot/u-boot-2020.01/board/samsung/odroid/
Dodroid.c95 alt_boot = IS_SD(mmc) ? CONFIG_DFU_ALT_BOOT_SD : in get_dfu_alt_boot()
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h82 #define IS_SD(x) ((x)->version & SD_VERSION_SD) macro
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_device_path.c55 return IS_SD(mmc) != 0U; in is_sd()