Searched refs:intercept (Results 1 – 2 of 2) sorted by relevance
362 const long intercept = uv_min - slope * lm93_vin_reg_min[nr]; in LM93_IN_FROM_REG() local364 return (slope * reg + intercept + 500) / 1000; in LM93_IN_FROM_REG()385 const long intercept = uv_min - slope * lm93_vin_reg_min[nr]; in LM93_IN_TO_REG() local387 u8 result = ((uv - intercept + (slope/2)) / slope); in LM93_IN_TO_REG()
177 context, and thus is able to intercept the magic sequence.