Home
last modified time | relevance | path

Searched refs:temp_lut (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dvia686a.c199 * we'll just use linear interpolation for 10-bit readings.) So, temp_lut
202 static const s16 temp_lut[] = { variable
278 #define TEMP_FROM_REG(val) ((long)temp_lut[val] * 100)
291 return (temp_lut[eight_bits] * (4 - two_bits) + in TEMP_FROM_REG10()
292 temp_lut[eight_bits + 1] * two_bits) * 25; in TEMP_FROM_REG10()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dvia686a.c201 * we'll just use linear interpolation for 10-bit readings.) So, temp_lut
204 static const s16 temp_lut[] = { variable
280 #define TEMP_FROM_REG(val) ((long)temp_lut[val] * 100)
293 return (temp_lut[eight_bits] * (4 - two_bits) + in TEMP_FROM_REG10()
294 temp_lut[eight_bits + 1] * two_bits) * 25; in TEMP_FROM_REG10()

Completed in 4 milliseconds