Lines Matching defs:step
263 * 0.70 to 1.30V (10mV step)
324 * 3.0V to 3.3V (step 100mV)
348 * 0.8V to 1.40V (step 10mV)
356 * 3.0 to 3.3V (100mV step)
375 * 1.8 to 3.3V (100mV step)
383 * 0.9 to 1.8V (100mV step)
391 * 1.8 to 3.3V (100mV step)
399 * 1.8 to 3.3V (100mV step)
410 * 0.9 to 1.8V (100mV step)
418 * 1.8 to 3.3V (100mV step)
1607 int step = desc->linear_ranges[j].step;
1610 step = step * (r1 + r2);
1611 step /= r1;
1614 new[j].step = step;
1616 dev_dbg(dev, "%s: old range min %d, step %d\n",
1618 desc->linear_ranges[j].step);
1619 dev_dbg(dev, "new range min %d, step %d\n", min,
1620 step);