Lines Matching defs:ios
639 static void calculate_clk_divider(struct mmc_host *mmc, struct mmc_ios *ios)
645 if (ios->bus_mode == MMC_BUSMODE_OPENDRAIN) {
665 mmc_push_pull_freq = calculate_freq_for_card(host, ios->clock);
685 static void mmc_davinci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
693 ios->clock, ios->bus_mode, ios->power_mode,
694 ios->vdd);
696 switch (ios->power_mode) {
707 switch (ios->bus_width) {
738 calculate_clk_divider(mmc, ios);
740 host->bus_mode = ios->bus_mode;
741 if (ios->power_mode == MMC_POWER_UP) {
1076 calculate_clk_divider(mmc, &mmc->ios);