Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc_legacy.c86 char *mmc_type; in print_mmc_devices() local
92 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
94 mmc_type = NULL; in print_mmc_devices()
97 if (mmc_type) in print_mmc_devices()
98 printf(" (%s)", mmc_type); in print_mmc_devices()
H A Dmmc-uclass.c242 char *mmc_type; in print_mmc_devices() local
256 mmc_type = IS_SD(m) ? "SD" : "eMMC"; in print_mmc_devices()
258 mmc_type = NULL; in print_mmc_devices()
261 if (mmc_type) in print_mmc_devices()
262 printf(" (%s)", mmc_type); in print_mmc_devices()