| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | gpio-regulator.c | 23 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 D | pfuze100.c | 69 #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 D | Kconfig | 43 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 D | sdhci.c | 551 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 D | tangier_sdhci.c | 52 host->voltages = MMC_VDD_165_195; in sdhci_tangier_probe()
|
| H A D | sandbox_mmc.c | 118 cfg->voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in sandbox_mmc_bind()
|
| H A D | davinci_mmc.c | 479 host->cfg.voltages = host->voltages; 501 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
|
| H A D | arm_pl180_mmci.h | 184 unsigned int voltages; member
|
| H A D | arm_pl180_mmci.c | 384 host->cfg.voltages = host->voltages; in arm_pl180_mmci_init() 445 cfg->voltages = VOLTAGE_WINDOW_SD; in arm_pl180_mmc_probe()
|
| H A D | jz_mmc.c | 394 .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 D | s5p_sdhci.c | 94 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in s5p_sdhci_core_init()
|
| H A D | bcm2835_sdhci.c | 214 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in bcm2835_sdhci_probe()
|
| H A D | sh_sdhi.c | 733 .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 D | tegra_mmc.c | 501 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 D | gen_atmel_mci.c | 488 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34; 533 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
|
| H A D | meson_gx_mmc.c | 243 cfg->voltages = MMC_VDD_33_34 | MMC_VDD_32_33 | in meson_mmc_probe()
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_power_voltage_readings.robot | 2 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 D | vrm-control.bb | 2 DESCRIPTION = "Sets Rolumus VRMs to custom voltages"
|
| /openbmc/u-boot/board/lego/ev3/ |
| H A D | legoev3.c | 45 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
|
| /openbmc/u-boot/arch/arm/mach-davinci/include/mach/ |
| H A D | sdmmc_defs.h | 151 uint voltages; /* Host supported voltages */ member
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/ |
| H A D | vrm-control.bb | 2 DESCRIPTION = "Sets VRMs to custom voltages"
|
| /openbmc/u-boot/board/armltd/vexpress/ |
| H A D | vexpress_common.c | 89 host->voltages = VOLTAGE_WINDOW_MMC; in cpu_mmc_init()
|
| /openbmc/u-boot/board/sbc8641d/ |
| H A D | README | 22 the board documentation for details. Some settings control CPU voltages
|
| /openbmc/u-boot/board/davinci/da8xxevm/ |
| H A D | omapl138_lcdk.c | 361 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
|
| H A D | da850evm.c | 239 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
|