Lines Matching defs:ppb_per_step
552 long ppb_per_step = 0;
557 ppb_per_step = val & R2221TL_TRIM_DEV ? 1017 : 3051;
561 ppb_per_step = val & RS5C372_TRIM_XSL ? 3125 : 3051;
564 ppb_per_step = 3051;
576 *offset = -(((~val) & 0x3F) + 1) * ppb_per_step;
578 *offset = (val - 1) * ppb_per_step;
590 long ppb_per_step = 3051;
598 ppb_per_step = 3125;
610 ppb_per_step = 1017;
627 steps = DIV_ROUND_CLOSEST(offset, ppb_per_step);