Lines Matching full:ios
348 struct mmc_ios ios = host->mmc->ios; in msm_get_clock_mult_for_bus_mode() local
355 if (ios.timing == MMC_TIMING_UHS_DDR50 || in msm_get_clock_mult_for_bus_mode()
356 ios.timing == MMC_TIMING_MMC_DDR52 || in msm_get_clock_mult_for_bus_mode()
357 ios.timing == MMC_TIMING_MMC_HS400 || in msm_get_clock_mult_for_bus_mode()
368 struct mmc_ios curr_ios = host->mmc->ios; in msm_set_clock_rate_for_bus_mode()
832 struct mmc_ios ios = host->mmc->ios; in msm_hc_select_hs400() local
848 if ((msm_host->tuning_done || ios.enhanced_strobe) && in msm_hc_select_hs400()
901 struct mmc_ios ios = host->mmc->ios; in sdhci_msm_hc_select_mode() local
903 if (ios.timing == MMC_TIMING_MMC_HS400 || in sdhci_msm_hc_select_mode()
1038 if (mmc->ios.enhanced_strobe) { in sdhci_msm_cm_dll_sdc4_calibration()
1109 if (!mmc->ios.enhanced_strobe) { in sdhci_msm_hs400_dll_calibration()
1134 struct mmc_ios *ios = &host->mmc->ios; in sdhci_msm_is_tuning_needed() local
1141 !(ios->timing == MMC_TIMING_MMC_HS400 || in sdhci_msm_is_tuning_needed()
1142 ios->timing == MMC_TIMING_MMC_HS200 || in sdhci_msm_is_tuning_needed()
1143 ios->timing == MMC_TIMING_UHS_SDR104) || in sdhci_msm_is_tuning_needed()
1144 ios->enhanced_strobe) in sdhci_msm_is_tuning_needed()
1201 struct mmc_ios ios = host->mmc->ios; in sdhci_msm_execute_tuning() local
1227 msm_set_clock_rate_for_bus_mode(host, ios.clock); in sdhci_msm_execute_tuning()
1307 static void sdhci_msm_hs400(struct sdhci_host *host, struct mmc_ios *ios) in sdhci_msm_hs400() argument
1314 (msm_host->tuning_done || ios->enhanced_strobe) && in sdhci_msm_hs400()
1398 if (mmc->ios.timing == MMC_TIMING_MMC_HS400) in sdhci_msm_set_uhs_signaling()
1399 sdhci_msm_hs400(host, &mmc->ios); in sdhci_msm_set_uhs_signaling()
1457 return mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, mmc->ios.vdd); in sdhci_msm_set_vmmc()
1464 struct mmc_ios ios; in msm_toggle_vqmmc() local
1474 ios.signal_voltage = MMC_SIGNAL_VOLTAGE_330; in msm_toggle_vqmmc()
1476 ios.signal_voltage = MMC_SIGNAL_VOLTAGE_180; in msm_toggle_vqmmc()
1479 ret = mmc_regulator_set_vqmmc(mmc, &ios); in msm_toggle_vqmmc()
1520 (mmc->ios.power_mode == MMC_POWER_UNDEFINED)) in sdhci_msm_set_vqmmc()
1718 ret = mmc_regulator_set_vqmmc(mmc, &mmc->ios); in sdhci_msm_handle_pwr_irq()
1722 mmc->ios.signal_voltage, mmc->ios.vdd, in sdhci_msm_handle_pwr_irq()
2302 struct mmc_ios *ios) in sdhci_msm_start_signal_voltage_switch() argument
2316 switch (ios->signal_voltage) { in sdhci_msm_start_signal_voltage_switch()