Searched refs:mmc_type (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/mmc/
H A Dmmc_legacy.c102 char *mmc_type; local
108 mmc_type = IS_SD(m) ? "SD" : "eMMC";
110 mmc_type = NULL;
113 if (mmc_type)
114 printf(" (%s)", mmc_type);
H A Dmmc-uclass.c381 char *mmc_type; local
395 mmc_type = IS_SD(m) ? "SD" : "eMMC";
397 mmc_type = NULL;
400 if (mmc_type)
401 printf(" (%s)", mmc_type);

Completed in 44 milliseconds