Lines Matching refs:ios
289 struct mmc_ios *ios = &mmc->ios; in sdhci_omap_execute_tuning() local
303 if (ios->clock <= 52000000) in sdhci_omap_execute_tuning()
307 if (ios->timing == MMC_TIMING_UHS_SDR50 && !(reg & CAPA2_TSDR50)) in sdhci_omap_execute_tuning()
420 struct mmc_ios *ios) in sdhci_omap_start_signal_voltage_switch() argument
434 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330) { in sdhci_omap_start_signal_voltage_switch()
439 sdhci_omap_conf_bus_power(omap_host, ios->signal_voltage); in sdhci_omap_start_signal_voltage_switch()
446 } else if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_180) { in sdhci_omap_start_signal_voltage_switch()
451 sdhci_omap_conf_bus_power(omap_host, ios->signal_voltage); in sdhci_omap_start_signal_voltage_switch()
523 static void sdhci_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_omap_set_ios() argument
532 sdhci_omap_set_bus_mode(omap_host, ios->bus_mode); in sdhci_omap_set_ios()
533 sdhci_omap_set_timing(omap_host, ios->timing); in sdhci_omap_set_ios()
534 sdhci_set_ios(mmc, ios); in sdhci_omap_set_ios()
535 sdhci_omap_set_power_mode(omap_host, ios->power_mode); in sdhci_omap_set_ios()