Lines Matching refs:ios
206 ret = mmc_regulator_set_vqmmc(mmc, &mmc->ios); in sdhci_omap_enable_iov()
324 struct mmc_ios *ios = &mmc->ios; in sdhci_omap_execute_tuning() local
337 if (ios->clock <= 52000000) in sdhci_omap_execute_tuning()
341 if (ios->timing == MMC_TIMING_UHS_SDR50 && !(reg & CAPA2_TSDR50)) in sdhci_omap_execute_tuning()
546 struct mmc_ios *ios) in sdhci_omap_start_signal_voltage_switch() argument
560 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330) { in sdhci_omap_start_signal_voltage_switch()
570 sdhci_omap_conf_bus_power(omap_host, ios->signal_voltage); in sdhci_omap_start_signal_voltage_switch()
576 } else if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_180) { in sdhci_omap_start_signal_voltage_switch()
583 sdhci_omap_conf_bus_power(omap_host, ios->signal_voltage); in sdhci_omap_start_signal_voltage_switch()
653 static void sdhci_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_omap_set_ios() argument
662 sdhci_omap_set_bus_mode(omap_host, ios->bus_mode); in sdhci_omap_set_ios()
663 sdhci_omap_set_timing(omap_host, ios->timing); in sdhci_omap_set_ios()
664 sdhci_set_ios(mmc, ios); in sdhci_omap_set_ios()
665 sdhci_omap_set_power_mode(omap_host, ios->power_mode); in sdhci_omap_set_ios()