Lines Matching refs:vdd
173 int vdd; member
235 int vdd) in omap_hsmmc_set_power() argument
252 if (dev->of_node && !vdd) in omap_hsmmc_set_power()
256 mmc_slot(host).before_set_reg(dev, slot, power_on, vdd); in omap_hsmmc_set_power()
272 ret = mmc_regulator_set_ocr(host->mmc, host->vcc, vdd); in omap_hsmmc_set_power()
292 mmc_slot(host).after_set_reg(dev, slot, power_on, vdd); in omap_hsmmc_set_power()
338 int vdd = ffs(mmc_slot(host).ocr_mask) - 1; in omap_hsmmc_reg_get() local
341 1, vdd); in omap_hsmmc_reg_get()
595 (1 << ios->vdd) <= MMC_VDD_23_24) in omap_hsmmc_context_restore()
1078 static int omap_hsmmc_switch_opcond(struct omap_hsmmc_host *host, int vdd) in omap_hsmmc_switch_opcond() argument
1094 vdd); in omap_hsmmc_switch_opcond()
1121 if ((1 << vdd) <= MMC_VDD_23_24) in omap_hsmmc_switch_opcond()
1523 host->vdd = 0; in omap_hsmmc_set_ios()
1527 1, ios->vdd); in omap_hsmmc_set_ios()
1528 host->vdd = ios->vdd; in omap_hsmmc_set_ios()
1546 (ios->vdd == DUAL_VOLT_OCR_BIT) && in omap_hsmmc_set_ios()
1559 if (omap_hsmmc_switch_opcond(host, ios->vdd) != 0) in omap_hsmmc_set_ios()