| /rk3399_rockchip-uboot/drivers/power/regulator/ |
| H A D | gpio-regulator.c | 24 int voltages[GPIO_REGULATOR_MAX_STATES]; member 66 dev_pdata->voltages[j] = states_array[i]; in gpio_regulator_ofdata_to_platdata() 91 return dev_pdata->voltages[0]; in gpio_regulator_get_value() 93 return dev_pdata->voltages[1]; in gpio_regulator_get_value() 105 if (uV == dev_pdata->voltages[0]) in gpio_regulator_set_value() 107 else if (uV == dev_pdata->voltages[1]) in gpio_regulator_set_value()
|
| H A D | pfuze100.c | 70 #define PFUZE100_SWB_REG(_name, base, mask, step, voltages) \ argument 77 .volt_table = (voltages), \ 80 #define PFUZE100_SNVS_REG(_name, base, mask, voltages) \ argument 86 .volt_table = (voltages), \
|
| H A D | Kconfig | 43 but does not yet support change voltages. Currently this must be 51 VPOS/VNEG voltages to be set, etc. 138 This enables the regulator features of the S5M8767, allowing voltages 178 voltages to be set, etc.
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | sdhci.c | 569 sdhci_set_power(host, fls(mmc->cfg->voltages) - 1); 781 cfg->voltages = 0; 783 cfg->voltages |= MMC_VDD_32_33 | MMC_VDD_33_34; 785 cfg->voltages |= MMC_VDD_29_30 | MMC_VDD_30_31; 787 cfg->voltages |= MMC_VDD_165_195; 790 cfg->voltages |= host->voltages;
|
| H A D | tangier_sdhci.c | 53 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 | arm_pl180_mmci.h | 182 unsigned int voltages; member
|
| H A D | davinci_mmc.c | 384 host->cfg.voltages = host->voltages; in davinci_mmc_init()
|
| H A D | arm_pl180_mmci.c | 368 host->cfg.voltages = host->voltages; in arm_pl180_mmci_init()
|
| H A D | bcm2835_sdhci.c | 208 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in bcm2835_sdhci_probe()
|
| H A D | s5p_sdhci.c | 95 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in s5p_sdhci_core_init()
|
| H A D | sh_sdhi.c | 734 .voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34, 746 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34, 880 plat->cfg.voltages = MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34; in sh_sdhi_dm_probe()
|
| H A D | sunxi_mmc.c | 490 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34; in sunxi_mmc_init() 572 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34; in sunxi_mmc_probe()
|
| H A D | gen_atmel_mci.c | 493 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34; 538 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
|
| H A D | tegra_mmc.c | 504 tegra_mmc_set_power(priv, fls(mmc->cfg->voltages) - 1); in tegra_mmc_reset() 604 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in tegra_mmc_probe()
|
| H A D | fsl_esdhc.c | 827 cfg->voltages = CONFIG_SYS_SD_VOLTAGE; in fsl_esdhc_init() 829 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34; in fsl_esdhc_init() 831 if ((cfg->voltages & voltage_caps) == 0) { in fsl_esdhc_init()
|
| H A D | meson_gx_mmc.c | 241 cfg->voltages = MMC_VDD_33_34 | MMC_VDD_32_33 | in meson_mmc_probe()
|
| /rk3399_rockchip-uboot/board/lego/ev3/ |
| H A D | legoev3.c | 48 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
|
| /rk3399_rockchip-uboot/arch/arm/mach-davinci/include/mach/ |
| H A D | sdmmc_defs.h | 152 uint voltages; /* Host supported voltages */ member
|
| /rk3399_rockchip-uboot/board/armltd/vexpress/ |
| H A D | vexpress_common.c | 89 host->voltages = VOLTAGE_WINDOW_MMC; in cpu_mmc_init()
|
| /rk3399_rockchip-uboot/board/sbc8641d/ |
| H A D | README | 22 the board documentation for details. Some settings control CPU voltages
|
| /rk3399_rockchip-uboot/board/davinci/da8xxevm/ |
| H A D | omapl138_lcdk.c | 361 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
|
| H A D | da850evm.c | 205 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
|
| /rk3399_rockchip-uboot/board/ti/am335x/ |
| H A D | board.c | 958 .cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195, 972 .cfg.voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195,
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/ |
| H A D | Kconfig | 48 should be held low while the voltages and Oscillator outputs
|