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

/u-boot/drivers/power/regulator/
H A Dpwm_regulator.c50 static int pwm_voltage_to_duty_cycle_percentage(struct udevice *dev, int req_uV) argument
57 return ((req_uV * 100) - (min_uV * 100)) / diff;

Completed in 33 milliseconds