Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dgpio-regulator.c24 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 Dpfuze100.c70 #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 DKconfig43 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 Dsdhci.c569 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 Dtangier_sdhci.c53 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 Darm_pl180_mmci.h182 unsigned int voltages; member
H A Ddavinci_mmc.c384 host->cfg.voltages = host->voltages; in davinci_mmc_init()
H A Darm_pl180_mmci.c368 host->cfg.voltages = host->voltages; in arm_pl180_mmci_init()
H A Dbcm2835_sdhci.c208 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in bcm2835_sdhci_probe()
H A Ds5p_sdhci.c95 host->voltages = MMC_VDD_32_33 | MMC_VDD_33_34 | MMC_VDD_165_195; in s5p_sdhci_core_init()
H A Dsh_sdhi.c734 .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 Dsunxi_mmc.c490 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 Dgen_atmel_mci.c493 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
538 cfg->voltages = MMC_VDD_32_33 | MMC_VDD_33_34;
H A Dtegra_mmc.c504 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 Dfsl_esdhc.c827 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 Dmeson_gx_mmc.c241 cfg->voltages = MMC_VDD_33_34 | MMC_VDD_32_33 | in meson_mmc_probe()
/rk3399_rockchip-uboot/board/lego/ev3/
H A Dlegoev3.c48 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
/rk3399_rockchip-uboot/arch/arm/mach-davinci/include/mach/
H A Dsdmmc_defs.h152 uint voltages; /* Host supported voltages */ member
/rk3399_rockchip-uboot/board/armltd/vexpress/
H A Dvexpress_common.c89 host->voltages = VOLTAGE_WINDOW_MMC; in cpu_mmc_init()
/rk3399_rockchip-uboot/board/sbc8641d/
H A DREADME22 the board documentation for details. Some settings control CPU voltages
/rk3399_rockchip-uboot/board/davinci/da8xxevm/
H A Domapl138_lcdk.c361 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
H A Dda850evm.c205 .voltages = MMC_VDD_32_33 | MMC_VDD_33_34,
/rk3399_rockchip-uboot/board/ti/am335x/
H A Dboard.c958 .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 DKconfig48 should be held low while the voltages and Oscillator outputs

12