Searched refs:mmc_mode_name (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/mmc/ |
A D | mmc.c | 136 const char *mmc_mode_name(enum bus_mode mode) in mmc_mode_name() function 192 pr_debug("selecting mode %s (freq : %d MHz)\n", mmc_mode_name(mode), in mmc_select_mode() 1639 pr_debug("%s, ", mmc_mode_name(mode)); in mmc_dump_capabilities() 1771 mmc_mode_name(mwt->mode), in sd_select_mode_and_width() 2113 mmc_mode_name(mwt->mode), in mmc_select_mode_and_width()
|
A D | octeontx_hsmmc.c | 2320 dev->name, a->name, mmc_mode_name(mmc->selected_mode), in octeontx_mmc_execute_tuning() 2519 mmc_mode_name(mmc->selected_mode)); in octeontx_mmc_set_ios()
|
/u-boot/include/ |
A D | mmc.h | 623 const char *mmc_mode_name(enum bus_mode mode);
|
/u-boot/cmd/ |
A D | mmc.c | 32 printf("Mode: %s\n", mmc_mode_name(mmc->selected_mode)); in print_mmcinfo()
|
Completed in 16 milliseconds