Lines Matching defs:step
26 * @step: the step current of this group
29 * formula: output = ((input) / step - 1) * scal
34 u8 step;
805 if ((arg >= tb->min && arg <= tb->max) && !(arg % tb->step)) {
806 arg = (arg / tb->step - 1) * tb->scal;
841 *val = (((val2 << 1) + val1) / tb->scal + 1) * tb->step;
856 if ((arg >= tb->min && arg <= tb->max) && !(arg % tb->step)) {
857 arg = (arg / tb->step - 1) * tb->scal;
881 *val = ((val1 & 0x7) / tb->scal + 1) * tb->step;