Home
last modified time | relevance | path

Searched refs:mmc_mode_name (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc.c135 const char *mmc_mode_name(enum bus_mode mode) in mmc_mode_name() function
191 pr_debug("selecting mode %s (freq : %d MHz)\n", mmc_mode_name(mode), in mmc_select_mode()
919 mmc_mode_name(mmc->selected_mode), part_num); in mmc_boot_part_access_chk()
1567 pr_debug("%s, ", mmc_mode_name(mode)); in mmc_dump_capabilities()
1687 mmc_mode_name(mwt->mode), in sd_select_mode_and_width()
1968 mmc_mode_name(mwt->mode), in mmc_select_mode_and_width()
/openbmc/u-boot/include/
H A Dmmc.h532 const char *mmc_mode_name(enum bus_mode mode);
/openbmc/u-boot/cmd/
H A Dmmc.c29 printf("Mode : %s\n", mmc_mode_name(mmc->selected_mode)); in print_mmcinfo()