Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmmc_legacy.c106 char *mmc_type; in print_mmc_devices() local
112 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
114 mmc_type = NULL; in print_mmc_devices()
117 if (mmc_type) in print_mmc_devices()
118 printf(" (%s)", mmc_type); in print_mmc_devices()
Dmmc-uclass.c254 char *mmc_type; in print_mmc_devices() local
268 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
270 mmc_type = NULL; in print_mmc_devices()
273 if (mmc_type) in print_mmc_devices()
274 printf(" (%s)", mmc_type); in print_mmc_devices()