Searched refs:mwt (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | 1652 #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 …]
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebtables.c | 1955 static int compat_mtw_from_user(const struct compat_ebt_entry_mwt *mwt, in compat_mtw_from_user() argument 1965 unsigned int size_kern, match_size = mwt->match_size; in compat_mtw_from_user() 1967 if (strscpy(name, mwt->u.name, sizeof(name)) < 0) in compat_mtw_from_user() 1976 mwt->u.revision); in compat_mtw_from_user() 1983 match->compat_from_user(dst, mwt->data); in compat_mtw_from_user() 1985 memcpy(dst, mwt->data, match_size); in compat_mtw_from_user() 1996 mwt->u.revision); in compat_mtw_from_user() 2003 wt->compat_from_user(dst, mwt->data); in compat_mtw_from_user() 2005 memcpy(dst, mwt->data, match_size); in compat_mtw_from_user()
|