Home
last modified time | relevance | path

Searched refs:vqmmc_supply (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c470 if (!mmc->vqmmc_supply) in omap_hsmmc_set_io_regulator()
479 ret = regulator_set_enable_if_allowed(mmc->vqmmc_supply, false); in omap_hsmmc_set_io_regulator()
483 ret = regulator_set_value(mmc->vqmmc_supply, uV); in omap_hsmmc_set_io_regulator()
487 ret = regulator_set_enable_if_allowed(mmc->vqmmc_supply, true); in omap_hsmmc_set_io_regulator()
H A Dmmc.c2539 &mmc->vqmmc_supply); in mmc_power_init()
/openbmc/u-boot/include/
H A Dmmc.h629 struct udevice *vqmmc_supply; /* IO voltage regulator (Vccq)*/ member