Lines Matching refs:ios
1150 static void dw_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_set_ios() argument
1157 switch (ios->bus_width) { in dw_mci_set_ios()
1172 if (ios->timing == MMC_TIMING_MMC_DDR52 || in dw_mci_set_ios()
1173 ios->timing == MMC_TIMING_MMC_HS400) in dw_mci_set_ios()
1179 slot->host->timing = ios->timing; in dw_mci_set_ios()
1185 slot->clock = ios->clock; in dw_mci_set_ios()
1188 drv_data->set_ios(slot->host, ios); in dw_mci_set_ios()
1190 switch (ios->power_mode) { in dw_mci_set_ios()
1194 ios->vdd); in dw_mci_set_ios()
1250 if (slot->host->state == STATE_WAITING_CMD11_DONE && ios->clock != 0) in dw_mci_set_ios()
1268 static int dw_mci_switch_voltage(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_switch_voltage() argument
1283 if (ios->signal_voltage == MMC_SIGNAL_VOLTAGE_330) { in dw_mci_switch_voltage()
1426 static int dw_mci_prepare_hs400_tuning(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_prepare_hs400_tuning() argument
1433 return drv_data->prepare_hs400_tuning(host, ios); in dw_mci_prepare_hs400_tuning()
3046 dw_mci_set_ios(slot->mmc, &slot->mmc->ios); in dw_mci_resume()