Lines Matching +full:0 +full:x2f
10 Addresses scanned: I2C 0x28 - 0x2f, ISA 0x290 (8 I/O ports)
18 Addresses scanned: I2C 0x28 - 0x2f, ISA 0x290 (8 I/O ports)
26 Addresses scanned: I2C 0x2d
34 Addresses scanned: I2C 0x28 - 0x2f
52 Use 'init=0' to bypass initializing the chip.
56 (default 0)
62 a certain chip. Typical usage is `force_subclients=0,0x2d,0x4a,0x4b`
63 to force the subclients of chip 0x2d on bus 0 to i2c addresses
64 0x4a and 0x4b. This parameter is useful for certain Tyan boards.
80 | as99127f | 7 | 3 | 0 | 3 | 0x31 | 0x12c3 | yes | no |
82 | as99127f rev.2 (type_name = as99127f) | 0x31 | 0x5ca3 | yes | no |
84 | w83781d | 7 | 3 | 0 | 3 | 0x10-1 | 0x5ca3 | yes | yes |
86 | w83782d | 9 | 3 | 2-4 | 3 | 0x30 | 0x5ca3 | yes | yes |
88 | w83783s | 5-6 | 3 | 2 | 1-2 | 0x40 | 0x5ca3 | yes | no |
131 inputs can measure voltages between 0 and 4.08 volts, with a resolution
155 0x000001 in0
156 0x000002 in1
157 0x000004 in2
158 0x000008 in3
159 0x000010 temp1
160 0x000020 temp2 (+temp3 on W83781D)
161 0x000040 fan1
162 0x000080 fan2
163 0x000100 in4
164 0x000200 in5
165 0x000400 in6
166 0x000800 fan3
167 0x001000 chassis
168 0x002000 temp3 (W83782D only)
169 0x010000 in7 (W83782D only)
170 0x020000 in8 (W83782D only)
224 fan3 will report 0.
269 thermistor 0 0 0
277 2N3904 diode 0 0 0
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
304 Note that 0x5CA3 is Winbond's ID (WEC), which let us think Asus get their
311 - I2C address: 0x77
312 - If register 0x58 holds 0x56 or 0x10 then we have a Mozart-2
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
327 - sensor 4: register 0x17
336 - sensor 1: register 0x27
341 Register 0x5b is suspected to be temperature type selector. Bit 1
345 - sensor 1: register 0x27
346 - sensor 2: register 0x13
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
397 - in0=r(0x20)*0.016
399 - in2=r(0x22)*0.016
400 - in3=r(0x23)*0.016*1.68
401 - in4=r(0x24)*0.016*4
412 AS99127F revision 2 seems to have two PWM registers at 0x59 and 0x5A,
413 and a temperature sensor type selector at 0x5B (which basically means
414 that they swapped registers 0x59 and 0x5B when you compare with Winbond
417 0x5B, but PWM registers have no effect.
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
435 When bit 7 is set, bits 3-0 seem to hold a threshold value, while bits 6-4
445 As a conclusion, you can write 0x00 or 0x8F to the PWM registers to make
446 fans run at low speed, and 0x7F or 0x80 to make them run at full speed.
454 I've been fiddling around with the (in)famous 0x59 register and
457 0x80
462 0x81
464 0x82
467 0x83
469 0x84-0x8f
473 (0x80) must be set for PWM to work, else the current pwm doesn't seem to
477 with speedfan under Windows, where 0-15% would be off, 15-2x% (can't
486 I confirm that 0x59 register control the CPU_Fan Header on this
487 motherboard, and 0x5a register control PWR_Fan.
497 0x80 20 mV
498 0x81 20 mV
499 0x82 232 mV
500 0x83 1.2 V
501 0x84 2.31 V
502 0x85 3.44 V
503 0x86 4.62 V
504 0x87 5.81 V
505 0x88 7.01 V
507 0x8a 9.42 V
508 0x8b 10.6 V
509 0x8c 11.9 V
510 0x8d 12.4 V
511 0x8e 12.4 V
512 0x8f 12.4 V