Searched refs:vqmmc_supply (Results 1 – 3 of 3) sorted by relevance
466 if (!mmc->vqmmc_supply) in omap_hsmmc_set_io_regulator()475 ret = regulator_set_enable(mmc->vqmmc_supply, false); in omap_hsmmc_set_io_regulator()479 ret = regulator_set_value(mmc->vqmmc_supply, uV); in omap_hsmmc_set_io_regulator()483 ret = regulator_set_enable(mmc->vqmmc_supply, true); in omap_hsmmc_set_io_regulator()
2413 &mmc->vqmmc_supply); in mmc_power_init()
618 struct udevice *vqmmc_supply; /* IO voltage regulator (Vccq)*/ member