Lines Matching defs:ios
269 static int meson_mx_sdhc_set_clk(struct mmc_host *mmc, struct mmc_ios *ios)
277 if (ios->clock) {
278 ret = clk_set_rate(host->sd_clk, ios->clock);
282 ios->clock, host->error);
309 static void meson_mx_sdhc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
312 unsigned short vdd = ios->vdd;
314 switch (ios->power_mode) {
334 host->error = meson_mx_sdhc_set_clk(mmc, ios);
338 switch (ios->bus_width) {
359 ios->bus_width);