Home
last modified time | relevance | path

Searched refs:IS_SD (Results 1 – 19 of 19) 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/cmd/
A Dmmc.c38 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()
733 if (IS_SD(mmc)) { in do_mmc_bootbus()
759 if (IS_SD(mmc)) { in do_mmc_boot_resize()
811 if (IS_SD(mmc)) { in do_mmc_partconf()
854 if (IS_SD(mmc)) { in do_mmc_rst_func()
906 if (IS_SD(mmc)) { in do_mmc_bkops_enable()
924 if (IS_SD(mmc)) { in do_mmc_boot_wp()
/u-boot/drivers/mmc/
A Dmmc_write.c31 if (IS_SD(mmc)) { in mmc_erase_t()
109 if (IS_SD(mmc) && mmc->ssr.au) { in mmc_berase()
A Dmv_sdhci.c57 if (!IS_SD(mmc) && reg == SDHCI_HOST_CONTROL) { in mv_sdhci_writeb()
A Dmmc_legacy.c108 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
A Dsdhci.c545 if (IS_SD(mmc)) {
554 if (IS_SD(mmc)) {
581 if (IS_SD(mmc)) {
590 if (IS_SD(mmc)) {
A Dxenon_sdhci.c246 if (IS_SD(host->mmc)) in xenon_mmc_start_signal_voltage_switch()
406 if (IS_SD(host->mmc)) { in xenon_sdhci_set_ios_post()
A Dmmc.c1059 if (IS_SD(mmc) || (mmc->version < MMC_VERSION_4_41)) { in mmc_hwpart_config()
2226 if (IS_SD(mmc) || mmc->version < MMC_VERSION_4) in mmc_startup_v4()
2242 if (IS_SD(mmc) || (mmc->version < MMC_VERSION_4)) in mmc_startup_v4()
2457 if (IS_SD(mmc)) in mmc_startup()
2512 if (IS_SD(mmc)) in mmc_startup()
2583 if (IS_SD(mmc)) { in mmc_startup()
2945 if (IS_SD(mmc)) { in mmc_deinit()
A Dmmc-uclass.c366 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
A Docteontx_hsmmc.c950 if (size > 1 && ((IS_SD(mmc) && (mmc->scr[0] & 2)) || !IS_SD(mmc))) in octeontx_mmc_start_dma()
1152 IS_SD(mmc) ? 0x00b00000ull : 0xe4390080ull); in octeontx_mmc_read_blocks()
1258 ((IS_SD(mmc) && mmc->scr[0] & 2) || !IS_SD(mmc)); in octeontx_mmc_write_blocks()
1362 else if (cmd->cmdidx == MMC_CMD_SWITCH && IS_SD(mmc)) in octeontx_mmc_send_cmd()
1407 if (IS_SD(mmc)) { in octeontx_mmc_send_cmd()
2637 if (IS_SD(mmc)) { in octeontx_mmc_configure_delay()
A Dftsdc010_mci.c150 if (IS_SD(mmc)) { in ftsdc010_clkset()
A Dzynq_sdhci.c532 if (!IS_SD(mmc)) in arasan_sdhci_set_control_reg()
/u-boot/board/samsung/common/
A Dexynos5-dt.c181 if (IS_SD(mmc)) in get_dfu_alt_boot()
/u-boot/board/Arcturus/ucp1020/
A Dcmd_arc.c57 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in set_mmc_arc_product()
99 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in read_mmc_arc_info()
/u-boot/cmd/mvebu/
A Dbubt.c170 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in mmc_burn_image()
178 start_lba = IS_SD(mmc) ? 1 : 0; in mmc_burn_image()
223 printf("%s(%d) init failed\n", IS_SD(mmc) ? "SD" : "MMC", in mmc_read_file()
/u-boot/arch/arm/mach-imx/imx8/
A Dimage.c132 if (IS_SD(mmc) || mmc->part_config == MMCPART_NOAVAILABLE) { in get_boot_device_offset()
/u-boot/board/samsung/odroid/
A Dodroid.c97 alt_boot = IS_SD(mmc) ? CONFIG_DFU_ALT_BOOT_SD : in get_dfu_alt_boot()
/u-boot/include/
A Dmmc.h86 #define IS_SD(x) ((x)->version & SD_VERSION_SD) macro
/u-boot/lib/efi_loader/
A Defi_device_path.c60 return IS_SD(mmc) != 0U; in is_sd()

Completed in 33 milliseconds