Searched refs:num_vals (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/power/regulator/
H A Dpca9450.c156 int num_vals = r->max_sel - r->min_sel + 1; local
159 val <= r->min_volt + r->step * (num_vals - 1)) {
H A Dbd71837.c259 int num_vals = r->max_sel - r->min_sel + 1; local
262 val <= r->min_volt + r->step * (num_vals - 1)) {

Completed in 45 milliseconds