Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Domap_hsmmc.c466 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()
Dmmc.c2413 &mmc->vqmmc_supply); in mmc_power_init()
/external/u-boot/include/
Dmmc.h618 struct udevice *vqmmc_supply; /* IO voltage regulator (Vccq)*/ member