Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc.c1652 #define for_each_sd_mode_by_pref(caps, mwt) \ argument
1653 for (mwt = sd_modes_by_pref;\
1654 mwt < sd_modes_by_pref + ARRAY_SIZE(sd_modes_by_pref);\
1655 mwt++) \
1656 if (caps & MMC_CAP(mwt->mode))
1662 const struct mode_width_tuning *mwt; in sd_select_mode_and_width() local
1681 for_each_sd_mode_by_pref(caps, mwt) { in sd_select_mode_and_width()
1685 if (*w & caps & mwt->widths) { in sd_select_mode_and_width()
1687 mmc_mode_name(mwt->mode), in sd_select_mode_and_width()
1689 mmc_mode2freq(mmc, mwt->mode) / 1000000); in sd_select_mode_and_width()
[all …]