Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/adc/
H A Dad7417.c527 int rawval, diode_slope, diode_offset; in ad7417_diode_read() local
543 diode_slope = eeprom[1][0x11] >> 16; in ad7417_diode_read()
546 diode_slope = eeprom[0][0x11] >> 16; in ad7417_diode_read()
550 temp = (rawval*diode_slope + diode_offset) >> 2; in ad7417_diode_read()