Changeset 2994 for lm-sensors/trunk/kernel/chips/lm63.c
- Timestamp:
- 05/10/05 20:43:48 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/lm63.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/lm63.c
r2845 r2994 100 100 * For tachometer counts, the LM63 uses 16-bit values. 101 101 * For local temperature and high limit, remote critical limit and hysteresis 102 * value, it uses signed 8-bit values with LSB = 1 degree Cel cius.102 * value, it uses signed 8-bit values with LSB = 1 degree Celsius. 103 103 * For remote temperature, low and high limits, it uses signed 11-bit values 104 * with LSB = 0.125 degree Cel cius, left-justified in 16-bit registers.104 * with LSB = 0.125 degree Celsius, left-justified in 16-bit registers. 105 105 */ 106 106
