Lines Matching defs:ios
335 struct mmc_ios ios = host->mmc->ios;
342 if (ios.timing == MMC_TIMING_UHS_DDR50 ||
343 ios.timing == MMC_TIMING_MMC_DDR52 ||
344 ios.timing == MMC_TIMING_MMC_HS400 ||
355 struct mmc_ios curr_ios = host->mmc->ios;
803 struct mmc_ios ios = host->mmc->ios;
819 if ((msm_host->tuning_done || ios.enhanced_strobe) &&
872 struct mmc_ios ios = host->mmc->ios;
874 if (ios.timing == MMC_TIMING_MMC_HS400 ||
1009 if (mmc->ios.enhanced_strobe) {
1080 if (!mmc->ios.enhanced_strobe) {
1105 struct mmc_ios *ios = &host->mmc->ios;
1112 !(ios->timing == MMC_TIMING_MMC_HS400 ||
1113 ios->timing == MMC_TIMING_MMC_HS200 ||
1114 ios->timing == MMC_TIMING_UHS_SDR104) ||
1115 ios->enhanced_strobe)
1172 struct mmc_ios ios = host->mmc->ios;
1198 msm_set_clock_rate_for_bus_mode(host, ios.clock);
1278 static void sdhci_msm_hs400(struct sdhci_host *host, struct mmc_ios *ios)
1285 (msm_host->tuning_done || ios->enhanced_strobe) &&
1369 if (mmc->ios.timing == MMC_TIMING_MMC_HS400)
1370 sdhci_msm_hs400(host, &mmc->ios);
1391 return mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, mmc->ios.vdd);
1398 struct mmc_ios ios;
1406 ios.signal_voltage = MMC_SIGNAL_VOLTAGE_330;
1408 ios.signal_voltage = MMC_SIGNAL_VOLTAGE_180;
1411 ret = mmc_regulator_set_vqmmc(mmc, &ios);
1452 (mmc->ios.power_mode == MMC_POWER_UNDEFINED))
1649 ret = mmc_regulator_set_vqmmc(mmc, &mmc->ios);
1653 mmc->ios.signal_voltage, mmc->ios.vdd,
2066 struct mmc_ios *ios)
2080 switch (ios->signal_voltage) {