max_hw_sel        662 drivers/regulator/qcom_spmi-regulator.c 	unsigned offset, max_hw_sel;
max_hw_sel        679 drivers/regulator/qcom_spmi-regulator.c 			max_hw_sel = range->set_point_max_uV - range->min_uV;
max_hw_sel        680 drivers/regulator/qcom_spmi-regulator.c 			max_hw_sel /= range->step_uV;
max_hw_sel        681 drivers/regulator/qcom_spmi-regulator.c 			if (hw_sel > max_hw_sel)