Searched refs:mmc_type (Results 1 – 2 of 2) sorted by relevance
106 char *mmc_type; in print_mmc_devices() local112 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()
254 char *mmc_type; in print_mmc_devices() local268 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()