Lines Matching defs:ios
822 static void mxcmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
831 if (ios->bus_width == MMC_BUS_WIDTH_4)
848 if (ios->bus_width == MMC_BUS_WIDTH_4)
853 if (host->power_mode != ios->power_mode) {
854 host->power_mode = ios->power_mode;
855 mxcmci_set_power(host, ios->vdd);
857 if (ios->power_mode == MMC_POWER_ON)
861 if (ios->clock) {
862 mxcmci_set_clk_rate(host, ios->clock);
868 host->clock = ios->clock;