Home
last modified time | relevance | path

Searched refs:voltages (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/u-boot/drivers/power/regulator/
H A Dgpio-regulator.c23 int voltages[GPIO_REGULATOR_MAX_STATES]; member
63 dev_pdata->voltages[j] = states_array[i]; in gpio_regulator_ofdata_to_platdata()
88 return dev_pdata->voltages[0]; in gpio_regulator_get_value()
90 return dev_pdata->voltages[1]; in gpio_regulator_get_value()
102 if (uV == dev_pdata->voltages[0]) in gpio_regulator_set_value()
104 else if (uV == dev_pdata->voltages[1]) in gpio_regulator_set_value()
H A Dpfuze100.c69 #define PFUZE100_SWB_REG(_name, base, mask, step, voltages) \ argument
76 .volt_table = (voltages), \
79 #define PFUZE100_SNVS_REG(_name, base, mask, voltages) \ argument
85 .volt_table = (voltages), \
H A DKconfig43 but does not yet support change voltages. Currently this must be
86 transitioning between two different output voltages based on
146 This enables the regulator features of the S5M8767, allowing voltages
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c551 sdhci_set_power(host, fls(mmc->cfg->voltages) - 1);
648 cfg->voltages = 0;
650 cfg->voltages |= MMC_VDD_32_33 | MMC_VDD_33_34;
652 cfg->voltages |= MMC_VDD_29_30 | MMC_VDD_30_31;
654 cfg->voltages |= MMC_VDD_165_195;
657 cfg->voltages |= host->voltages;
675 if (!(cfg->voltages & MMC_VDD_165_195) ||
H A Dtangier_sdhci.c52 host->voltages = MMC_VDD_165_195; in sdhci_tangier_probe()
H A Dsandbox_mmc.c118 cfg->voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in sandbox_mmc_bind()
H A Ddavinci_mmc.c479 host->cfg.voltages = host->voltages;
501 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
H A Darm_pl180_mmci.h184 unsigned int voltages; member
H A Darm_pl180_mmci.c384 host->cfg.voltages = host->voltages; in arm_pl180_mmci_init()
445 cfg->voltages = VOLTAGE_WINDOW_SD; in arm_pl180_mmc_probe()
H A Djz_mmc.c394 .voltages = MMC_VDD_27_28 | MMC_VDD_28_29 | MMC_VDD_29_30 |
465 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in jz_mmc_ofdata_to_platdata()
H A Ds5p_sdhci.c94 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in s5p_sdhci_core_init()
H A Dbcm2835_sdhci.c214 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in bcm2835_sdhci_probe()
H A Dsh_sdhi.c733 .voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
745 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
879 plat->cfg.voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in sh_sdhi_dm_probe()
H A Dtegra_mmc.c501 tegra_mmc_set_power(priv, fls(mmc->cfg->voltages) - 1); in tegra_mmc_reset()
601 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in tegra_mmc_probe()
H A Dgen_atmel_mci.c488 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
533 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
H A Dmeson_gx_mmc.c243 cfg->voltages = MMC_VDD_33_34 | MMC_VDD_32_33 | in meson_mmc_probe()
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_power_voltage_readings.robot2 Documentation Getting the systems power sensor readings for voltages.
30 [Documentation] Get the power records for voltages.
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/
H A Dvrm-control.bb2 DESCRIPTION = "Sets Rolumus VRMs to custom voltages"
/openbmc/u-boot/board/lego/ev3/
H A Dlegoev3.c45 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/
H A Dsdmmc_defs.h151 uint voltages; /* Host supported voltages */ member
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/
H A Dvrm-control.bb2 DESCRIPTION = "Sets VRMs to custom voltages"
/openbmc/u-boot/board/armltd/vexpress/
H A Dvexpress_common.c89 host->voltages = VOLTAGE_WINDOW_MMC; in cpu_mmc_init()
/openbmc/u-boot/board/sbc8641d/
H A DREADME22 the board documentation for details. Some settings control CPU voltages
/openbmc/u-boot/board/davinci/da8xxevm/
H A Domapl138_lcdk.c361 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
H A Dda850evm.c239 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,

123