Home
last modified time | relevance | path

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

/external/u-boot/drivers/power/regulator/
Dstpmu1.c16 int min_sel; member
34 .min_sel = _min_sel, \
52 if (sel >= range->min_sel && sel <= range->max_sel) in stpmu1_output_find_uv()
54 (sel - range->min_sel) * range->step; in stpmu1_output_find_uv()
69 return range->min_sel; in stpmu1_output_find_sel()
73 (range->max_sel - range->min_sel) * range->step) in stpmu1_output_find_sel()
74 return range->min_sel + in stpmu1_output_find_sel()