Home
last modified time | relevance | path

Searched refs:intercept (Results 1 – 2 of 2) sorted by relevance

/drivers/hwmon/
Dlm93.c362 const long intercept = uv_min - slope * lm93_vin_reg_min[nr]; in LM93_IN_FROM_REG() local
364 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() local
387 u8 result = ((uv - intercept + (slope/2)) / slope); in LM93_IN_TO_REG()
/drivers/tty/serial/
DKconfig177 context, and thus is able to intercept the magic sequence.