Lines Matching +full:one +full:- +full:time +full:- +full:programmable
10 Addresses scanned: I2C 0x28 - 0x2f, ISA 0x290 (8 I/O ports)
12 Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/w83781d.pdf
18 Addresses scanned: I2C 0x28 - 0x2f, ISA 0x290 (8 I/O ports)
28 Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/w83783s.pdf
34 Addresses scanned: I2C 0x28 - 0x2f
42 - Frodo Looijaard <[email protected]>,
43 - Philip Edelbrock <[email protected]>,
44 - Mark Studebaker <[email protected]>
47 -----------------
67 -----------
74 enough that it was sensible to put them together in one driver.
75 The Asus chips are similar to an I2C-only W83782D.
77 +----------+---------+--------+-------+-------+---------+--------+------+-----+
79 +----------+---------+--------+-------+-------+---------+--------+------+-----+
81 +----------+---------+--------+-------+-------+---------+--------+------+-----+
83 +----------+---------+--------+-------+-------+---------+--------+------+-----+
84 | w83781d | 7 | 3 | 0 | 3 | 0x10-1 | 0x5ca3 | yes | yes |
85 +----------+---------+--------+-------+-------+---------+--------+------+-----+
86 | w83782d | 9 | 3 | 2-4 | 3 | 0x30 | 0x5ca3 | yes | yes |
87 +----------+---------+--------+-------+-------+---------+--------+------+-----+
88 | w83783s | 5-6 | 3 | 2 | 1-2 | 0x40 | 0x5ca3 | yes | no |
89 +----------+---------+--------+-------+-------+---------+--------+------+-----+
94 well-behaved state first.
101 Temperatures are measured in degrees Celsius. There is always one main
102 temperature sensor, and one (W83783S) or two (W83781D and W83782D) other
107 this case, alarms are issued during all the time when the actual temperature
114 W83781D, there is only one alarm that functions for both other sensors!
115 Temperatures are guaranteed within a range of -55 to +125 degrees. The
120 triggered if the rotation speed has dropped below a programmable limit. Fan
121 readings can be divided by a programmable divider (1, 2, 4 or 8 for the
128 An alarm is triggered if the voltage has crossed a programmable minimum
140 several kinds of temperature probes. You can program the so-called
178 miss once-only alarms.
184 -----------------
189 One user has reported problems with fans stopping
193 The driver now takes care of this so that user-space applications
197 - Problems with diode/thermistor settings (supported?)
198 - One user reports fans stopping under high server load.
199 - Revision 2 seems to have 2 PWM registers but we don't know
212 -----
213 783s has no in1 so that in[2-6] are compatible with the 781d/782d.
215 783s pin is programmable for -5V or temp1; defaults to -5V,
221 782d and 783s pin is programmable for fan3 input or pwm2 output;
226 782d has pwm1-2 for ISA, pwm1-4 for i2c. (pwm3-4 share pins with
230 ------------------
231 - PWM clock registers:
240 ---------------------------------
246 > reprogramming the R-T table if the Beta of the thermistor is not
247 > 3435K. The R-T table is described briefly in section 8.20.
248 > What formulas do I use to program a new R-T table for a given Beta?
251 We are sorry that the calculation for R-T table value is
253 to calculate the R-T table for you. But you should give us real R-T
255 them and obtain 32-byte data, and you can fill the 32-byte data to the
260 > programmable to be either thermistor or Pentium II diode inputs.
282 -----------
287 also gives advice for another Asus chipset, the Mozart-2 (which we
296 - I2C address range: 0x29 - 0x2F
297 - If register 0x58 holds 0x31 then we have an Asus (either ASB100 or AS99127F)
298 - Which one depends on register 0x4F (manufacturer ID):
300 - 0x06 or 0x94: ASB100
301 - 0x12 or 0xC3: AS99127F rev.1
302 - 0x5C or 0xA3: AS99127F rev.2
310 Mozart-2:
311 - I2C address: 0x77
312 - If register 0x58 holds 0x56 or 0x10 then we have a Mozart-2
313 - Of the Mozart there are 3 types:
315 - 0x58=0x56, 0x4E=0x94, 0x4F=0x36: Asus ASM58 Mozart-2
316 - 0x58=0x56, 0x4E=0x94, 0x4F=0x06: Asus AS2K129R Mozart-2
317 - 0x58=0x10, 0x4E=0x5C, 0x4F=0xA3: Asus ??? Mozart-2
325 - sensor 1: register 0x27
326 - sensor 2 & 3 are the 2 LM75's on the SMBus
327 - sensor 4: register 0x17
336 - sensor 1: register 0x27
337 - sensor 2 & 3 are the 2 LM75's on the SMBus
344 Mozart-2:
345 - sensor 1: register 0x27
346 - sensor 2: register 0x13
352 - 3 fans, identical to the W83781D
354 Mozart-2:
355 - 2 fans only, 1350000/RPM/div
356 - fan 1: register 0x28, divisor on register 0xA1 (bits 4-5)
357 - fan 2: register 0x29, divisor on register 0xA1 (bits 6-7)
370 - in0=r(0x20)*0.016
371 - in1=r(0x21)*0.016
372 - in2=r(0x22)*0.016
373 - in3=r(0x23)*0.016*1.68
374 - in4=r(0x24)*0.016*3.8
375 - in5=r(0x25)*(-0.016)*3.97
376 - in6=r(0x26)*(-0.016)*1.666
379 - in0=r(0x20)*0.016
380 - in1=r(0x21)*0.016
381 - in2=r(0x22)*0.016
382 - in3=r(0x23)*0.016*1.68
383 - in4=r(0x24)*0.016*3.8
384 - in5=r(0x25)*(-0.016)*3.97
385 - in6=r(0x26)*(-0.016)*1.503
388 - in0=r(0x20)*0.016
389 - in1=r(0x21)*0.016
390 - in2=r(0x22)*0.016
391 - in3=r(0x23)*0.016*1.68
392 - in4=r(0x24)*0.016*3.8
393 - in5=(r(0x25)*0.016-3.6)*5.14+3.6
394 - in6=(r(0x26)*0.016-3.6)*3.14+3.6
396 Mozart-2:
397 - in0=r(0x20)*0.016
398 - in1=255
399 - in2=r(0x22)*0.016
400 - in3=r(0x23)*0.016*1.68
401 - in4=r(0x24)*0.016*4
402 - in5=255
403 - in6=255
410 chips as well) by Jean Delvare as of 2004-04-09:
420 Looks like bits 1-0 are for temp1, bits 3-2 for temp2 and bits 5-4 for
422 each time. So far, values other than 0 always broke the readings.
427 When bit 7 is clear, bits 6-0 seem to hold a threshold value. If the value
431 changes may need some time to trigger. Also, an hysteresis mechanism is
435 When bit 7 is set, bits 3-0 seem to hold a threshold value, while bits 6-4
441 One remarkable thing is that the fans would only have two or three
458 - seems to turn fans off after some time(1-2 minutes)... might be
459 some form of auto-fan-control based on temp? hmm (Qfan? this mobo is an
460 old ASUS, it isn't marketed as Qfan. Maybe some beta pre-attempt at Qfan
463 - off
465 - slightly "on-ner" than off, but my fans do not get to move. I can
466 hear the high-pitched PWM sound that motors give off at too-low-pwm.
468 - now they do move. Estimate about 70% speed or so.
469 0x84-0x8f
470 - full on
476 My mobo is an ASUS A7V266-E. This behavior is similar to what I got
477 with speedfan under Windows, where 0-15% would be off, 15-2x% (can't
480 * Additional info about PWM on the AS99127F rev.1 from lm-sensors
483 I conducted some experiment on Asus P3B-F motherboard with AS99127F
491 P3B-F actually output variable DC voltage on fan header center pin,