Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmmc.c135 const char *mmc_mode_name(enum bus_mode mode) in mmc_mode_name() function
189 pr_debug("selecting mode %s (freq : %d MHz)\n", mmc_mode_name(mode), in mmc_select_mode()
879 mmc_mode_name(mmc->selected_mode), part_num); in mmc_boot_part_access_chk()
1523 pr_debug("%s, ", mmc_mode_name(mode)); in mmc_dump_capabilities()
1643 mmc_mode_name(mwt->mode), in sd_select_mode_and_width()
1855 mmc_mode_name(mwt->mode), in mmc_select_mode_and_width()
/external/u-boot/include/
Dmmc.h525 const char *mmc_mode_name(enum bus_mode mode);
/external/u-boot/cmd/
Dmmc.c29 printf("Mode : %s\n", mmc_mode_name(mmc->selected_mode)); in print_mmcinfo()