Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Danatop-regulator.c36 unsigned int new_sel) in anatop_regmap_set_voltage_time_sel() argument
43 if (anatop_reg->delay_bit_width && new_sel > old_sel) { in anatop_regmap_set_voltage_time_sel()
53 ret = (new_sel - old_sel) * (LDO_RAMP_UP_UNIT_IN_CYCLES << in anatop_regmap_set_voltage_time_sel()
H A Dmcp16502.c290 unsigned int new_sel) in mcp16502_set_voltage_time_sel() argument
302 uV_delta = abs(new_sel * rdev->desc->linear_ranges->step - in mcp16502_set_voltage_time_sel()
H A Dda9052-regulator.c237 unsigned int new_sel) in da9052_regulator_set_voltage_time_sel() argument
253 ret = DIV_ROUND_UP(abs(new_sel - old_sel) * info->step_uV, in da9052_regulator_set_voltage_time_sel()