Searched refs:uvolt (Results 1 - 7 of 7) sorted by relevance

/u-boot/drivers/power/regulator/
H A Dact8846.c74 static int check_volt_table(const u16 *volt_table, int uvolt) argument
79 if (uvolt <= (volt_table[i] * 1000))
97 static int reg_set_value(struct udevice *dev, int uvolt) argument
102 val = check_volt_table(voltage_map, uvolt);
H A Drk8xx.c309 int num, int uvolt)
319 if (uvolt <= 1450000)
321 else if (uvolt <= 2200000)
329 if (uvolt < 1500000)
331 else if (uvolt < 3400000)
338 if (uvolt < 1500000)
340 else if (uvolt < 2400000)
345 if (uvolt < 1500000)
347 else if (uvolt < 3400000)
353 if (uvolt < 180000
308 get_buck_reg(struct udevice *pmic, int num, int uvolt) argument
369 _buck_set_value(struct udevice *pmic, int buck, int uvolt) argument
459 _buck_set_suspend_value(struct udevice *pmic, int buck, int uvolt) argument
632 get_ldo_reg(struct udevice *pmic, int num, int uvolt) argument
654 get_nldo_reg(struct udevice *pmic, int num, int uvolt) argument
668 get_pldo_reg(struct udevice *pmic, int num, int uvolt) argument
1074 buck_set_value(struct udevice *dev, int uvolt) argument
1102 buck_set_suspend_value(struct udevice *dev, int uvolt) argument
1176 _ldo_set_value(struct udevice *pmic, const struct rk8xx_reg_info *info, int uvolt) argument
1195 ldo_set_value(struct udevice *dev, int uvolt) argument
1203 nldo_set_value(struct udevice *dev, int uvolt) argument
1211 pldo_set_value(struct udevice *dev, int uvolt) argument
1219 _ldo_set_suspend_value(struct udevice *pmic, const struct rk8xx_reg_info *info, int uvolt) argument
1238 ldo_set_suspend_value(struct udevice *dev, int uvolt) argument
1246 nldo_set_suspend_value(struct udevice *dev, int uvolt) argument
1254 pldo_set_suspend_value(struct udevice *dev, int uvolt) argument
1444 switch_set_suspend_value(struct udevice *dev, int uvolt) argument
1547 switch_set_value(struct udevice *dev, int uvolt) argument
1679 rk8xx_spl_configure_buck(struct udevice *pmic, int buck, int uvolt) argument
[all...]
H A Dpwm_regulator.c67 static int pwm_regulator_set_voltage(struct udevice *dev, int uvolt) argument
73 duty_cycle = pwm_voltage_to_duty_cycle_percentage(dev, uvolt);
88 priv->volt_uV = uvolt;
H A Das3722_regulator.c24 static int stepdown_set_value(struct udevice *dev, int uvolt) argument
66 static int ldo_set_value(struct udevice *dev, int uvolt) argument
H A Dpca9450.c241 static int pca9450_set_value(struct udevice *dev, int uvolt) argument
250 found = !vrange_find_selector(r, uvolt, &sel);
259 if (found && tmp == uvolt)
H A Dbd71837.c351 static int bd71837_set_value(struct udevice *dev, int uvolt) argument
367 if (bd71837_get_value(dev) == uvolt)
376 found = !vrange_find_selector(r, uvolt, &sel);
386 if (found && tmp == uvolt)
/u-boot/include/power/
H A Drk8xx_pmic.h254 int rk8xx_spl_configure_buck(struct udevice *pmic, int buck, int uvolt);

Completed in 64 milliseconds