Home
last modified time | relevance | path

Searched refs:is_sd (Results 1 – 3 of 3) sorted by relevance

/u-boot/arch/arm/mach-uniphier/
A Dmmc-first-dev.c12 static int find_first_mmc_device(bool is_sd) in find_first_mmc_device() argument
19 ((is_sd && IS_SD(mmc)) || (!is_sd && IS_MMC(mmc)))) in find_first_mmc_device()
/u-boot/board/CZ.NIC/turris_mox/
A Dturris_mox.c155 static int is_sd; in mox_get_topology() local
167 *pis_sd = is_sd; in mox_get_topology()
179 is_sd = 1; in mox_get_topology()
181 is_sd = 0; in mox_get_topology()
194 *pis_sd = is_sd; in mox_get_topology()
403 int is_sd; in last_stage_init() local
409 ret = mox_get_topology(&topology, &module_count, &is_sd); in last_stage_init()
415 printf(" SD/eMMC version: %s\n", is_sd ? "SD" : "eMMC"); in last_stage_init()
/u-boot/lib/efi_loader/
A Defi_device_path.c53 static bool is_sd(struct blk_desc *desc) in is_sd() function
623 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()
676 sddp->dp.sub_type = is_sd(desc) ? in dp_fill()

Completed in 13 milliseconds