Searched refs:IS_SD (Results 1 – 19 of 19) sorted by relevance
/third_party/uboot/u-boot-2020.01/cmd/ |
D | mmc.c | 39 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/ |
D | mmc_write.c | 30 if (IS_SD(mmc)) { in mmc_erase_t() 108 if (IS_SD(mmc) && mmc->ssr.au) { in mmc_berase()
|
D | hisi_sdhci.c | 410 IS_SD(mmc) ? "SD" : "MMC", in print_mmcinfo() 442 if (!IS_SD(mmc)) { in hisi_mmc_init()
|
D | mv_sdhci.c | 56 if (!IS_SD(mmc) && reg == SDHCI_HOST_CONTROL) { in mv_sdhci_writeb()
|
D | mmc.c | 1015 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()
|
D | mmc_legacy.c | 112 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
|
D | zynq_sdhci.c | 178 if (!IS_SD(mmc)) in arasan_sdhci_set_control_reg()
|
D | am654_sdhci.c | 85 if (IS_SD(host->mmc) && in am654_sdhci_set_control_reg()
|
D | himci.c | 511 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()
|
D | mmc-uclass.c | 304 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
|
D | xenon_sdhci.c | 340 if (IS_SD(host->mmc)) { in xenon_sdhci_set_ios_post()
|
D | ftsdc010_mci.c | 147 if (IS_SD(mmc)) { in ftsdc010_clkset()
|
/third_party/uboot/u-boot-2020.01/board/Arcturus/ucp1020/ |
D | cmd_arc.c | 54 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/ |
D | bubt.c | 133 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/ |
D | exynos5-dt.c | 179 if (IS_SD(mmc)) in get_dfu_alt_boot()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/imx8/ |
D | image.c | 130 if (IS_SD(mmc) || mmc->part_config == MMCPART_NOAVAILABLE) { in get_boot_device_offset()
|
/third_party/uboot/u-boot-2020.01/board/samsung/odroid/ |
D | odroid.c | 95 alt_boot = IS_SD(mmc) ? CONFIG_DFU_ALT_BOOT_SD : in get_dfu_alt_boot()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | mmc.h | 82 #define IS_SD(x) ((x)->version & SD_VERSION_SD) macro
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_device_path.c | 55 return IS_SD(mmc) != 0U; in is_sd()
|