Lines Matching refs:ios
211 tmio_mmc_set_bus_width(host, host->mmc->ios.bus_width); in tmio_mmc_reset()
733 if (host->mmc->ios.bus_width == MMC_BUS_WIDTH_4 || in tmio_mmc_start_data()
734 host->mmc->ios.bus_width == MMC_BUS_WIDTH_8) { in tmio_mmc_start_data()
942 static void tmio_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tmio_mmc_set_ios() argument
956 ios->clock, ios->power_mode); in tmio_mmc_set_ios()
975 switch (ios->power_mode) { in tmio_mmc_set_ios()
985 tmio_mmc_power_on(host, ios->vdd); in tmio_mmc_set_ios()
986 host->set_clock(host, ios->clock); in tmio_mmc_set_ios()
987 tmio_mmc_set_bus_width(host, ios->bus_width); in tmio_mmc_set_ios()
990 host->set_clock(host, ios->clock); in tmio_mmc_set_ios()
991 tmio_mmc_set_bus_width(host, ios->bus_width); in tmio_mmc_set_ios()
1004 ios->clock, ios->power_mode); in tmio_mmc_set_ios()
1007 host->clk_cache = ios->clock; in tmio_mmc_set_ios()