Searched refs:mV (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/board/avionic-design/common/ |
| H A D | tamonten-ng.c | 24 #define PMU_REG_LDO_SEL_100(mV) ((((mV - 1000) / 100) + 2) << 2) argument 26 #define PMU_REG_LDO_100(st, mV) (PMU_REG_LDO_##st | PMU_REG_LDO_SEL_100(mV)) argument 28 #define PMU_LDO5(st, mV) PMU_REG_LDO_100(st, mV) argument
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | spl_adc_key.c | 15 static int adc_raw_to_mV(struct udevice *dev, unsigned int raw, int *mV) in adc_raw_to_mV() argument 27 *mV = raw64; in adc_raw_to_mV() 39 int mV, cd, voltage = -1; in key_read() local 138 ret = adc_raw_to_mV(dev, adc, &mV); in key_read() 145 code, min, voltage, max, adc, mV); in key_read() 147 return (mV <= max && mV >= min); in key_read()
|
| H A D | key-uclass.c | 44 static int adc_raw_to_mV(struct udevice *dev, unsigned int raw, int *mV) in adc_raw_to_mV() argument 56 *mV = raw64; in adc_raw_to_mV()
|
| /rk3399_rockchip-uboot/drivers/power/ |
| H A D | Kconfig | 107 Set the voltage (mV) to program the axp pmic dcdc1 at, set to 0 to 124 Set the voltage (mV) to program the axp pmic dcdc2 at, set to 0 to 142 Set the voltage (mV) to program the axp pmic dcdc3 at, set to 0 to 160 Set the voltage (mV) to program the axp pmic dcdc4 at, set to 0 to 173 Set the voltage (mV) to program the axp pmic dcdc5 at, set to 0 to 185 Set the voltage (mV) to program the axp pmic aldo1 at, set to 0 to 201 Set the voltage (mV) to program the axp pmic aldo2 at, set to 0 to 217 Set the voltage (mV) to program the axp pmic aldo3 at, set to 0 to 231 Set the voltage (mV) to program the axp pmic aldo4 at, set to 0 to 240 Set the voltage (mV) to program the axp pmic dldo1 at, set to 0 to [all …]
|
| /rk3399_rockchip-uboot/drivers/power/regulator/ |
| H A D | sy7636a_regulator.c | 44 int mV; in sy7636a_set_value() local 48 mV = uV / 1000; in sy7636a_set_value() 49 val = mV / 10; in sy7636a_set_value()
|
| /rk3399_rockchip-uboot/board/freescale/t4qds/ |
| H A D | README | 125 vdd_override <voltage in mV>, eg. 1050 is for 1.050v. 133 setenv t4240qds_vdd_mv <voltage in mV>
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | sun9i-a80-cx-a99.dts | 119 * Although the regulator can output 750 - 1200 mV, the permissible 120 * range for the CPU cores is only 800 - 1100 mV.
|
| H A D | tegra30-apalis.dts | 197 * but LDO6 can't set voltage in 50mV
|
| H A D | exynos5420-peach-pit.dts | 128 * 75% (250mV swing)
|
| H A D | exynos5250-spring.dts | 572 /* [7:4] LVDS driver bias current 75% (250mV swing) */
|