Searched refs:uvolt (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/power/regulator/ |
A D | rk8xx.c | 220 int num, int uvolt) in get_buck_reg() argument 230 if (uvolt <= 1450000) in get_buck_reg() 244 if (uvolt < 1500000) in get_buck_reg() 246 else if (uvolt < 2400000) in get_buck_reg() 251 if (uvolt < 1500000) in get_buck_reg() 253 else if (uvolt < 3400000) in get_buck_reg() 259 if (uvolt < 1800000) in get_buck_reg() 261 else if (uvolt < 2800000) in get_buck_reg() 263 else if (uvolt < 3300000) in get_buck_reg() 502 int num, int uvolt) in get_ldo_reg() argument [all …]
|
A D | act8846.c | 74 static int check_volt_table(const u16 *volt_table, int uvolt) in check_volt_table() argument 79 if (uvolt <= (volt_table[i] * 1000)) in check_volt_table() 97 static int reg_set_value(struct udevice *dev, int uvolt) in reg_set_value() argument 102 val = check_volt_table(voltage_map, uvolt); in reg_set_value()
|
A D | pwm_regulator.c | 67 static int pwm_regulator_set_voltage(struct udevice *dev, int uvolt) in pwm_regulator_set_voltage() argument 73 duty_cycle = pwm_voltage_to_duty_cycle_percentage(dev, uvolt); in pwm_regulator_set_voltage() 88 priv->volt_uV = uvolt; in pwm_regulator_set_voltage()
|
A D | as3722_regulator.c | 24 static int stepdown_set_value(struct udevice *dev, int uvolt) in stepdown_set_value() argument 66 static int ldo_set_value(struct udevice *dev, int uvolt) in ldo_set_value() argument
|
A D | bd71837.c | 318 static int bd71837_set_value(struct udevice *dev, int uvolt) in bd71837_set_value() argument 340 found = !vrange_find_selector(r, uvolt, &sel); in bd71837_set_value() 350 if (found && tmp == uvolt) in bd71837_set_value()
|
/u-boot/include/power/ |
A D | rk8xx_pmic.h | 232 int rk8xx_spl_configure_buck(struct udevice *pmic, int buck, int uvolt); 234 int rk818_spl_configure_usb_chrg_shutdown(struct udevice *pmic, int uvolt);
|
/u-boot/arch/arm/dts/ |
A D | logicpd-som-lv-baseboard.dtsi | 57 ti,bb-uvolt = <3200000>;
|
A D | logicpd-torpedo-baseboard.dtsi | 87 ti,bb-uvolt = <3200000>;
|
Completed in 13 milliseconds