Lines Matching defs:ios
205 ret = mmc_regulator_set_vqmmc(mmc, &mmc->ios);
323 struct mmc_ios *ios = &mmc->ios;
336 if (ios->clock <= 52000000)
340 if (ios->timing == MMC_TIMING_UHS_SDR50 && !(reg & CAPA2_TSDR50))
545 struct mmc_ios *ios)
559 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330) {
569 sdhci_omap_conf_bus_power(omap_host, ios->signal_voltage);
575 } else if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_180) {
582 sdhci_omap_conf_bus_power(omap_host, ios->signal_voltage);
652 static void sdhci_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
661 sdhci_omap_set_bus_mode(omap_host, ios->bus_mode);
662 sdhci_omap_set_timing(omap_host, ios->timing);
663 sdhci_set_ios(mmc, ios);
664 sdhci_omap_set_power_mode(omap_host, ios->power_mode);