Searched refs:new_volt (Results 1 – 1 of 1) sorted by relevance
2592 int old_volt, new_volt; in regulator_set_voltage_time_sel() local2609 new_volt = rdev->desc->ops->list_voltage(rdev, new_selector); in regulator_set_voltage_time_sel()2611 return DIV_ROUND_UP(abs(new_volt - old_volt), ramp_delay); in regulator_set_voltage_time_sel()