Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dmmc_legacy.c102 char *mmc_type; in print_mmc_devices() local
108 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
110 mmc_type = NULL; in print_mmc_devices()
113 if (mmc_type) in print_mmc_devices()
114 printf(" (%s)", mmc_type); in print_mmc_devices()
A Dmmc-uclass.c352 char *mmc_type; in print_mmc_devices() local
366 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
368 mmc_type = NULL; in print_mmc_devices()
371 if (mmc_type) in print_mmc_devices()
372 printf(" (%s)", mmc_type); in print_mmc_devices()

Completed in 4 milliseconds