Home
last modified time | relevance | path

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

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