Lines Matching refs:host_caps
785 !(mmc->cfg->host_caps & (MMC_MODE_4BIT | MMC_MODE_8BIT))) in mmc_select_bus_width()
793 idx = (mmc->cfg->host_caps & MMC_MODE_8BIT) ? 0 : 1; in mmc_select_bus_width()
1107 u32 host_caps, avail_type = 0; local
1110 host_caps = mmc->cfg->host_caps;
1112 if ((host_caps & MMC_MODE_HS) &&
1116 if ((host_caps & MMC_MODE_HS) &&
1126 if ((host_caps & MMC_MODE_DDR_52MHz) &&
1130 if ((host_caps & MMC_MODE_HS200) &&
1138 if ((host_caps & MMC_MODE_HS400) &&
1139 (host_caps & MMC_MODE_8BIT) &&
1144 if ((host_caps & MMC_MODE_HS400ES) &&
1145 (host_caps & MMC_MODE_8BIT) &&
1608 if (!((mmc->cfg->host_caps & MMC_MODE_HS_52MHz) &&
1609 (mmc->cfg->host_caps & MMC_MODE_HS)))
2058 mmc->card_caps &= mmc->cfg->host_caps;