Lines Matching defs:ios
1050 static void mmc_spi_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
1054 if (host->power_mode != ios->power_mode) {
1060 mmc_powerstring(ios->power_mode),
1061 ios->vdd,
1068 switch (ios->power_mode) {
1072 ios->vdd);
1073 if (ios->power_mode == MMC_POWER_UP)
1079 if (ios->power_mode == MMC_POWER_ON)
1091 if (canpower && ios->power_mode == MMC_POWER_OFF) {
1124 host->power_mode = ios->power_mode;
1127 if (host->spi->max_speed_hz != ios->clock && ios->clock != 0) {
1130 host->spi->max_speed_hz = ios->clock;