Lines Matching defs:ios
296 struct mmc_ios *ios = &mmc->ios;
309 if (ios->clock <= 52000000)
313 if (ios->timing == MMC_TIMING_UHS_SDR50 && !(reg & CAPA2_TSDR50))
518 struct mmc_ios *ios)
532 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330) {
537 sdhci_omap_conf_bus_power(omap_host, ios->signal_voltage);
544 } else if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_180) {
549 sdhci_omap_conf_bus_power(omap_host, ios->signal_voltage);
621 static void sdhci_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
630 sdhci_omap_set_bus_mode(omap_host, ios->bus_mode);
631 sdhci_omap_set_timing(omap_host, ios->timing);
632 sdhci_set_ios(mmc, ios);
633 sdhci_omap_set_power_mode(omap_host, ios->power_mode);