Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dqcom_spmi-regulator.c755 unsigned offset, max_hw_sel; in spmi_hw_selector_to_sw() local
772 max_hw_sel = range->set_point_max_uV - range->min_uV; in spmi_hw_selector_to_sw()
773 max_hw_sel /= range->step_uV; in spmi_hw_selector_to_sw()
774 if (hw_sel > max_hw_sel) in spmi_hw_selector_to_sw()