Home
last modified time | relevance | path

Searched refs:uvolt (Results 1 – 8 of 8) sorted by relevance

/u-boot/drivers/power/regulator/
A Drk8xx.c220 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 Dact8846.c74 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 Dpwm_regulator.c67 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 Das3722_regulator.c24 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 Dbd71837.c318 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 Drk8xx_pmic.h232 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 Dlogicpd-som-lv-baseboard.dtsi57 ti,bb-uvolt = <3200000>;
A Dlogicpd-torpedo-baseboard.dtsi87 ti,bb-uvolt = <3200000>;

Completed in 13 milliseconds