Lines Matching refs:steps
591 long steps = LONG_MIN;
608 steps = DIV_ROUND_CLOSEST(offset, 1017);
609 if (steps >= -0x3E && steps <= 0x3E) {
619 steps = LONG_MIN;
626 if (steps == LONG_MIN) {
627 steps = DIV_ROUND_CLOSEST(offset, ppb_per_step);
628 if (steps > 0x3E || steps < -0x3E)
632 if (steps > 0) {
633 val |= steps + 1;
636 val |= (~(-steps - 1)) & 0x3F;
639 if (!steps || !(val & 0x3E)) {