Lines Matching +full:temperature +full:- +full:mode
10 Addresses scanned: I2C 0x2c - 0x2f
15 - Yuan Mu (Winbond Electronics)
16 - Rudolf Marek <r.marek@assembler.cz>
20 -----------------
36 -----------
43 (automatic fan speed control) on all temperature/PWM combinations, 2
44 sets of 6-pin CPU VID input.
48 voltage0-2 is 2mV, resolution of voltage3/4/5 is 16mV, 8mV for voltage6,
49 24mV for voltage7/8. Temp1-4 have a 0.25 degree Celsius resolution,
50 temp5-6 have a 1 degree Celsiis resolution.
52 * Temperature sensor types
53 Temp1-4 have 2 possible types. It can be read from (and written to)
54 temp[1-4]_type.
56 - If the value is 3, it starts monitoring using a remote termal diode
58 - If the value is 6, it starts monitoring using the temperature sensor
61 Temp5-6 can be connected to external thermistors (value of
62 temp[5-6]_type is 4).
67 For temperature sensors, an alarm triggers if the measured value goes
68 above the high temperature limit, and wears off only after the measured
74 If you want to set a pwm fan to manual mode, you just need to make sure it
76 to manual mode, you need to check the value of temp[1-6]_fan_map, make
80 Each temperature channel can control all the 8 PWM outputs (by setting the
81 corresponding bit in tempX_fan_map), you can set the temperature channel
82 mode using temp[1-6]_pwm_enable, 2 is Thermal Cruise mode and 3
83 is the SmartFanII mode. Temperature channels will try to speed up or
85 PWM value requests from different temperature channels, but the chip
88 In Thermal Cruise mode, the chip attempts to keep the temperature at a
91 if tempX_input < thermal_cruiseX - toleranceX, the chip will decrease
92 the PWM value. If the temperature is within the tolerance range, the PWM
95 SmartFanII works differently, you have to define up to 7 PWM, temperature
96 trip points, defining a PWM/temperature curve which the chip will follow.
97 While not fundamentally different from the Thermal Cruise mode, the
98 implementation is quite different, giving you a finer-grained control.
110 -----
112 Only Fan1-5 and PWM1-3 are guaranteed to always exist, other fan inputs and