Lines Matching +full:temperature +full:- +full:mode
10 Addresses scanned: I2C 0x2c - 0x2f
19 -----------------
35 -----------
42 parameter; this will put it into a more well-behaved state first.
44 The driver implements three temperature sensors, seven fan rotation speed
46 strategies called: Smart Fan I (Thermal Cruise mode) and Smart Fan II.
48 The driver also implements up to seven fan control outputs: pwm1-7. Pwm1-7
53 Automatic fan control mode is possible only for fan1-fan3.
60 the temperature gets higher than the Overtemperature Shutdown value; it stays
61 on until the temperature falls below the Hysteresis value.
104 Tart will be asserted while target temperature cannot be achieved after 3 minutes
116 ----------------
118 - This driver is only for Winbond W83792D C version device, there
120 calculation method to in6-in7(measured value, limits) is a little
123 - The function of vid and vrm has not been finished, because I'm NOT
125 - The function of chassis open detection needs more tests.
126 - If you have ASUS server board and chip was not found: Then you will
131 -----------
133 Manual mode
134 -----------
140 --------------
142 In this mode, W83792D provides the Smart Fan system to automatically control
144 range. At first a wanted temperature and interval must be set. This is done
145 via thermal_cruise# file. The tolerance# file serves to create T +- tolerance
146 interval. The fan speed will be lowered as long as the current temperature
147 remains below the thermal_cruise# +- tolerance# value. Once the temperature
150 with the temperature varying. Three conditions may occur:
152 (1) If the temperature still exceeds the high limit, PWM duty
155 (2) If the temperature goes below the high limit, but still above the low
156 limit (T-tolerance), the fan speed will be fixed at the current speed because
157 the temperature is in the target range.
159 (3) If the temperature goes below the low limit, PWM duty cycle will decrease
160 slowly to 0 or a preset stop value until the temperature exceeds the low
164 ------------
166 W83792D also provides a special mode for fan. Four temperature points are
167 available. When related temperature sensors detects the temperature in preset
168 temperature region (sf2_point@_fan# +- tolerance#) it will cause fans to run
174 ----------
176 pwm[1-7]
177 - this file stores PWM duty cycle or DC value (fan speed) in range:
180 pwm[1-3]_enable
181 - this file controls mode of fan/temperature control:
184 * 1 Manual mode
187 pwm[1-7]_mode
188 - Select PWM or DC mode
192 thermal_cruise[1-3]
193 - Selects the desired temperature for cruise (degC)
194 tolerance[1-3]
195 - Value in degrees of Celsius (degC) for +- T
196 sf2_point[1-4]_fan[1-3]
197 - four temperature points for each fan for Smart Fan II
198 sf2_level[1-3]_fan[1-3]
199 - three PWM/DC levels for each fan for Smart Fan II