Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dsdhci.c528 if (mmc->vqmmc_supply) {
529 if (regulator_set_enable_if_allowed(mmc->vqmmc_supply, false)) {
534 if (regulator_set_value(mmc->vqmmc_supply, 3300000)) {
539 if (regulator_set_enable_if_allowed(mmc->vqmmc_supply, true)) {
564 if (mmc->vqmmc_supply) {
565 if (regulator_set_enable_if_allowed(mmc->vqmmc_supply, false)) {
570 if (regulator_set_value(mmc->vqmmc_supply, 1800000)) {
575 if (regulator_set_enable_if_allowed(mmc->vqmmc_supply, true)) {
A Ddw_mmc.c508 if (mmc->vqmmc_supply) {
512 regulator_set_value(mmc->vqmmc_supply, 1800000);
514 regulator_set_value(mmc->vqmmc_supply, 3300000);
516 ret = regulator_set_enable_if_allowed(mmc->vqmmc_supply, true);
A Docteontx_hsmmc.c3189 if (ommc == mmc || !ommc->vqmmc_supply) in octeontx_mmc_switch_io()
3193 if (last_reg == mmc->vqmmc_supply) in octeontx_mmc_switch_io()
3197 if (ommc->vqmmc_supply != mmc->vqmmc_supply) in octeontx_mmc_switch_io()
3201 if (mmc->vqmmc_supply && last_reg != mmc->vqmmc_supply) in octeontx_mmc_switch_io()
3207 last_reg = mmc->vqmmc_supply; in octeontx_mmc_switch_io()
3223 last_mmc->dev->name, mmc->vqmmc_supply); in octeontx_mmc_switch_io()
3226 if (last_mmc->vqmmc_supply == mmc->vqmmc_supply) in octeontx_mmc_switch_io()
3230 if (last_mmc->vqmmc_supply) { in octeontx_mmc_switch_io()
3233 last_mmc->vqmmc_supply->name); in octeontx_mmc_switch_io()
3237 if (mmc->vqmmc_supply) { in octeontx_mmc_switch_io()
[all …]
A Domap_hsmmc.c478 if (!mmc->vqmmc_supply) in omap_hsmmc_set_io_regulator()
487 ret = regulator_set_enable_if_allowed(mmc->vqmmc_supply, false); in omap_hsmmc_set_io_regulator()
491 ret = regulator_set_value(mmc->vqmmc_supply, uV); in omap_hsmmc_set_io_regulator()
495 ret = regulator_set_enable_if_allowed(mmc->vqmmc_supply, true); in omap_hsmmc_set_io_regulator()
A Dmmc.c2683 &mmc->vqmmc_supply); in mmc_power_init()
/u-boot/include/
A Dmmc.h727 struct udevice *vqmmc_supply; /* IO voltage regulator (Vccq)*/ member

Completed in 22 milliseconds