Lines Matching defs:ios
839 static void mxcmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
848 if (ios->bus_width == MMC_BUS_WIDTH_4)
865 if (ios->bus_width == MMC_BUS_WIDTH_4)
870 if (host->power_mode != ios->power_mode) {
871 host->power_mode = ios->power_mode;
872 mxcmci_set_power(host, ios->vdd);
874 if (ios->power_mode == MMC_POWER_ON)
878 if (ios->clock) {
879 mxcmci_set_clk_rate(host, ios->clock);
885 host->clock = ios->clock;