Home
last modified time | relevance | path

Searched refs:vmmc_supply (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm64/boot/dts/arm/
H A Dcorstone1000-fvp.dts26 regulator-name = "vmmc_supply";
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0042-corstone1000-enable-virtio-net-support.patch32 regulator-name = "vmmc_supply";
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c2534 &mmc->vmmc_supply); in mmc_power_init()
2577 if (mmc->vmmc_supply) { in mmc_power_on()
2578 int ret = regulator_set_enable(mmc->vmmc_supply, true); in mmc_power_on()
2593 if (mmc->vmmc_supply) { in mmc_power_off()
2594 int ret = regulator_set_enable(mmc->vmmc_supply, false); in mmc_power_off()
/openbmc/u-boot/doc/driver-model/
H A Dof-plat.txt127 fdt32_t vmmc_supply;
137 .vmmc_supply = 0xb,
/openbmc/u-boot/include/
H A Dmmc.h628 struct udevice *vmmc_supply; /* Main voltage regulator (Vcc)*/ member