Lines Matching full:sensor
61 in a bank for a sensor is one or more bytes large.
68 number of bytes data per sensor and contents/meaning of those bytes.
70 Although both this document and the kernel driver have kept the sensor
73 a sensor.
100 Sending bank and sensor addresses to the uGuru
110 Once DATA holds 0x08 again write the sensor address to CMD.
116 First send the bank and sensor addresses as described above.
135 First send the bank and sensor addresses as described above.
168 This bank contains 0 sensors, iow the sensor address is ignored (but must be
172 This byte holds the alarm flags for sensor 0-7 of Sensor Bank1, with bit 0
173 corresponding to sensor 0, 1 to 1, etc.
176 This byte holds the alarm flags for sensor 8-15 of Sensor Bank1, with bit 0
177 corresponding to sensor 8, 1 to 9, etc.
180 This byte holds the alarm flags for sensor 0-5 of Sensor Bank2, with bit 0
181 corresponding to sensor 0, 1 to 1, etc.
184 Bank 0x21 Sensor Bank1 Values / Readings (R)
186 This bank contains 16 sensors, for each sensor it contains 1 byte.
189 - Sensor 0 CPU temp
190 - Sensor 1 SYS temp
191 - Sensor 3 CPU core volt
192 - Sensor 4 DDR volt
193 - Sensor 10 DDR Vtt volt
194 - Sensor 15 PWM temp
197 This byte holds the reading from the sensor. Sensors in Bank1 can be both
199 seem to know (be programmed with) what kindoff sensor is attached see Sensor
212 Bank 0x22 Sensor Bank1 Settings (R) and Bank 0x23 Sensor Bank1 Settings (W)
215 Those banks contain 16 sensors, for each sensor it contains 3 bytes. Each
216 set of 3 bytes contains the settings for the sensor with the same sensor
220 Alarm behaviour for the selected sensor. A 1 enables the described
245 - Volt sensor: Shutdown if alarm persist for more than 4 seconds (RW)
246 - Temp sensor: Shutdown if temp is over the shutdown threshold (RW)
248 .. [1] This bit is only honored/used by the uGuru if a temp sensor is connected
250 .. [2] This bit is only honored/used by the uGuru if a volt sensor is connected
251 Note with some trickery this can be used to find out what kinda sensor
256 - Temp sensor: warning threshold (scale as bank 0x21)
257 - Volt sensor: min threshold (scale as bank 0x21)
260 - Temp sensor: shutdown threshold (scale as bank 0x21)
261 - Volt sensor: max threshold (scale as bank 0x21)
267 Those banks contain 3 "sensors", for each sensor it contains 5 bytes.
268 - Sensor 0 usually controls the CPU fan
269 - Sensor 1 usually controls the NB (or chipset for single chip) fan
270 - Sensor 2 usually controls the System fan
274 low nibble (temp)sensor address at bank 0x21 used for control.
294 This bank contains 6 sensors (AFAIK), for each sensor it contains 1 byte.
297 - Sensor 0: CPU fan speed
298 - Sensor 1: NB (or chipset for single chip) fan speed
299 - Sensor 2: SYS fan speed
302 This byte holds the reading from the sensor. 0-255 = 0-15300 (linear)
308 Those banks contain 6 sensors (AFAIK), for each sensor it contains 2 bytes.
311 Alarm behaviour for the selected sensor. A 1 enables the described behaviour.
331 0-0x30 with the reading code used for the sensor banks (0x20-0x28) and this
336 the read/write cycle for the non sensor part is different from the sensor part.