Lines Matching +full:temperature +full:- +full:mode

22   * Winbond W83627DHG-P
46 * Winbond W83667HG-B
54 * Nuvoton NCT6775F/W83667HG-I
73 - Jean Delvare <jdelvare@suse.de>
74 - Yuan Mu (Winbond)
75 - Rudolf Marek <r.marek@assembler.cz>
76 - David Hubbard <david.c.hubbard@gmail.com>
77 - Gong Jun <JGong@nuvoton.com>
80 -----------
83 W83627DHG, W83627DHG-P, W83627UHG, W83667HG, W83667HG-B, W83667HG-I
87 The chips implement 3 to 4 temperature sensors (9 for NCT6775F and NCT6776F),
90 and some automatic fan regulation strategies (plus manual fan control mode).
92 The temperature sensor sources on W82677HG-B, NCT6775F, and NCT6776F are
93 configurable. temp4 and higher attributes are only reported if its temperature
94 source differs from the temperature sources of the already reported temperature
95 sensors. The configured source for each of the temperature sensors is provided
100 resolution is 1 degC for W83667HG-B and 0.0 degC for NCT6775F and NCT6776F.
101 An alarm is triggered when the temperature gets higher than high limit;
102 it stays on until the temperature falls below the hysteresis value.
116 The driver supports automatic fan control mode known as Thermal Cruise.
117 In this mode, the chip attempts to keep the measured temperature in a
118 predefined temperature range. If the temperature goes out of range, fan
121 The mode works for fan1-fan4. Mapping of temperatures to pwm outputs is as
124 temp1 -> pwm1
125 temp2 -> pwm2
126 temp3 -> pwm3 (not on 627UHG)
127 prog -> pwm4 (not on 667HG and 667HG-B; the programmable setting is not
131 ----------
138 pwm[1-4]
143 pwm[1-4]_enable
144 this file controls mode of fan/temperature control:
146 * 1 Manual mode, write to pwm file any value 0-255 (full speed)
147 * 2 "Thermal Cruise" mode
148 * 3 "Fan Speed Cruise" mode
149 * 4 "Smart Fan III" mode
150 * 5 "Smart Fan IV" mode
152 SmartFan III mode is not supported on NCT6776F.
154 SmartFan IV mode is configurable only if it was configured at system
155 startup, and is only supported for W83677HG-B, NCT6775F, and NCT6776F.
157 and the various pwm attributes are not used in SmartFan IV mode.
159 configure the system for a different pwm mode. However, the information
163 pwm[1-4]_mode
166 * 0 DC output (0 - 12v)
169 Thermal Cruise mode
170 -------------------
172 If the temperature is in the range defined by:
174 pwm[1-4]_target
175 set target temperature, unit millidegree Celsius
176 (range 0 - 127000)
177 pwm[1-4]_tolerance
178 tolerance, unit millidegree Celsius (range 0 - 15000)
180 there are no changes to fan speed. Once the temperature leaves the interval,
184 pwm[1-4]_min_output
185 minimum fan speed (range 1 - 255), when the temperature
187 pwm[1-4]_stop_time
189 corresponding fan off. (when the temperature was below
191 pwm[1-4]_start_output
192 minimum fan speed (range 1 - 255) when spinning up
193 pwm[1-4]_step_output
194 rate of fan speed change (1 - 255)
195 pwm[1-4]_stop_output
196 minimum fan speed (range 1 - 255) when spinning down
197 pwm[1-4]_max_output
198 maximum fan speed (range 1 - 255), when the temperature
205 ----------------------
209 different power-on default values, but BIOS should already be loading
216 0x49 only on DHG, selects temperature source for AUX fan,
220 and 6, including extending the temperature input
225 0x5e only on DHG, has bits to enable "current mode"
226 temperature detection and critical temperature
233 0x6b only on DHG, SYS fan critical temperature
234 0x6c only on DHG, CPU fan0 critical temperature
235 0x6d only on DHG, AUX fan critical temperature
236 0x6e only on DHG, CPU fan1 critical temperature
237 0x50-0x55 and 0x650-0x657 marked as:
239 - "Test Register" for the EHF
240 - "Reserved Register" for the DHG
245 southbridge drives the fans. And the DHG supports SST, a one-wire serial bus.
247 The DHG-P has an additional automatic fan speed control mode named Smart Fan
248 (TM) III+. This mode is not yet supported by the driver.