Lines Matching refs:ios
765 if (host->mmc->ios.bus_width == MMC_BUS_WIDTH_4) { in tmio_mmc_start_data()
919 static void tmio_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tmio_mmc_set_ios() argument
935 ios->clock, ios->power_mode); in tmio_mmc_set_ios()
953 switch (ios->power_mode) { in tmio_mmc_set_ios()
959 tmio_mmc_set_clock(host, ios->clock); in tmio_mmc_set_ios()
960 tmio_mmc_power_on(host, ios->vdd); in tmio_mmc_set_ios()
962 tmio_mmc_set_bus_width(host, ios->bus_width); in tmio_mmc_set_ios()
965 tmio_mmc_set_clock(host, ios->clock); in tmio_mmc_set_ios()
967 tmio_mmc_set_bus_width(host, ios->bus_width); in tmio_mmc_set_ios()
977 ios->clock, ios->power_mode); in tmio_mmc_set_ios()
980 host->clk_cache = ios->clock; in tmio_mmc_set_ios()