Lines Matching refs:ios
763 if (host->mmc->ios.bus_width == MMC_BUS_WIDTH_4) { in tmio_mmc_start_data()
917 static void tmio_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tmio_mmc_set_ios() argument
933 ios->clock, ios->power_mode); in tmio_mmc_set_ios()
951 switch (ios->power_mode) { in tmio_mmc_set_ios()
957 tmio_mmc_set_clock(host, ios->clock); in tmio_mmc_set_ios()
958 tmio_mmc_power_on(host, ios->vdd); in tmio_mmc_set_ios()
960 tmio_mmc_set_bus_width(host, ios->bus_width); in tmio_mmc_set_ios()
963 tmio_mmc_set_clock(host, ios->clock); in tmio_mmc_set_ios()
965 tmio_mmc_set_bus_width(host, ios->bus_width); in tmio_mmc_set_ios()
975 ios->clock, ios->power_mode); in tmio_mmc_set_ios()
978 host->clk_cache = ios->clock; in tmio_mmc_set_ios()