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

/linux-4.4.14/drivers/regulator/
H A Ds2mpa01.c62 int old_volt, new_volt; s2mpa01_regulator_set_voltage_time_sel() local
92 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); s2mpa01_regulator_set_voltage_time_sel()
95 return DIV_ROUND_UP(abs(new_volt - old_volt), ramp_delay); s2mpa01_regulator_set_voltage_time_sel()
H A Ds2mps11.c85 int old_volt, new_volt; s2mps11_regulator_set_voltage_time_sel() local
114 old_volt = rdev->desc->min_uV + (rdev->desc->uV_step * old_selector); s2mps11_regulator_set_voltage_time_sel()
117 return DIV_ROUND_UP(abs(new_volt - old_volt), ramp_delay); s2mps11_regulator_set_voltage_time_sel()
H A Dcore.c3027 int old_volt, new_volt; regulator_set_voltage_time_sel() local
3043 old_volt = rdev->desc->ops->list_voltage(rdev, old_selector); regulator_set_voltage_time_sel()
3046 return DIV_ROUND_UP(abs(new_volt - old_volt), ramp_delay); regulator_set_voltage_time_sel()

Completed in 120 milliseconds