Lines Matching defs:ios
640 static void calculate_clk_divider(struct mmc_host *mmc, struct mmc_ios *ios)
646 if (ios->bus_mode == MMC_BUSMODE_OPENDRAIN) {
666 mmc_push_pull_freq = calculate_freq_for_card(host, ios->clock);
686 static void mmc_davinci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
694 ios->clock, ios->bus_mode, ios->power_mode,
695 ios->vdd);
697 switch (ios->power_mode) {
708 switch (ios->bus_width) {
739 calculate_clk_divider(mmc, ios);
741 host->bus_mode = ios->bus_mode;
742 if (ios->power_mode == MMC_POWER_UP) {
1077 calculate_clk_divider(mmc, &mmc->ios);