Lines Matching refs:host_caps
800 !(mmc->cfg->host_caps & (MMC_MODE_4BIT | MMC_MODE_8BIT))) in mmc_select_bus_width()
808 idx = (mmc->cfg->host_caps & MMC_MODE_8BIT) ? 0 : 1; in mmc_select_bus_width()
1126 u32 host_caps, avail_type = 0; local
1129 host_caps = mmc->cfg->host_caps;
1131 if ((host_caps & MMC_MODE_HS) &&
1135 if ((host_caps & MMC_MODE_HS) &&
1145 if ((host_caps & MMC_MODE_DDR_52MHz) &&
1149 if ((host_caps & MMC_MODE_HS200) &&
1157 if ((host_caps & MMC_MODE_HS400) &&
1158 (host_caps & MMC_MODE_8BIT) &&
1163 if ((host_caps & MMC_MODE_HS400ES) &&
1164 (host_caps & MMC_MODE_8BIT) &&
1627 if (!((mmc->cfg->host_caps & MMC_MODE_HS_52MHz) &&
1628 (mmc->cfg->host_caps & MMC_MODE_HS)))
2077 mmc->card_caps &= mmc->cfg->host_caps;
2237 if (mmc->cfg->host_caps & MMC_MODE_8BIT)
2239 else if (mmc->cfg->host_caps & MMC_MODE_4BIT)