| | 332 | |
| | 333 | /* Analog Devices ADM9240 chips */ |
| | 334 | |
| | 335 | #define SENSORS_ADM9240_PREFIX "adm9240" |
| | 336 | |
| | 337 | #define SENSORS_ADM9240_IN0 1 /* R */ |
| | 338 | #define SENSORS_ADM9240_IN1 2 /* R */ |
| | 339 | #define SENSORS_ADM9240_IN2 3 /* R */ |
| | 340 | #define SENSORS_ADM9240_IN3 4 /* R */ |
| | 341 | #define SENSORS_ADM9240_IN4 5 /* R */ |
| | 342 | #define SENSORS_ADM9240_IN5 6 /* R */ |
| | 343 | #define SENSORS_ADM9240_IN0_MIN 11 /* RW */ |
| | 344 | #define SENSORS_ADM9240_IN1_MIN 12 /* RW */ |
| | 345 | #define SENSORS_ADM9240_IN2_MIN 13 /* RW */ |
| | 346 | #define SENSORS_ADM9240_IN3_MIN 14 /* RW */ |
| | 347 | #define SENSORS_ADM9240_IN4_MIN 15 /* RW */ |
| | 348 | #define SENSORS_ADM9240_IN5_MIN 16 /* RW */ |
| | 349 | #define SENSORS_ADM9240_IN0_MAX 21 /* RW */ |
| | 350 | #define SENSORS_ADM9240_IN1_MAX 22 /* RW */ |
| | 351 | #define SENSORS_ADM9240_IN2_MAX 23 /* RW */ |
| | 352 | #define SENSORS_ADM9240_IN3_MAX 24 /* RW */ |
| | 353 | #define SENSORS_ADM9240_IN4_MAX 25 /* RW */ |
| | 354 | #define SENSORS_ADM9240_IN5_MAX 26 /* RW */ |
| | 355 | #define SENSORS_ADM9240_FAN1 31 /* R */ |
| | 356 | #define SENSORS_ADM9240_FAN2 32 /* R */ |
| | 357 | #define SENSORS_ADM9240_FAN1_MIN 41 /* RW */ |
| | 358 | #define SENSORS_ADM9240_FAN2_MIN 42 /* RW */ |
| | 359 | #define SENSORS_ADM9240_TEMP 51 /* R */ |
| | 360 | #define SENSORS_ADM9240_TEMP_HYST 52 /* RW */ |
| | 361 | #define SENSORS_ADM9240_TEMP_OVER 53 /* RW */ |
| | 362 | #define SENSORS_ADM9240_VID 61 /* R */ |
| | 363 | #define SENSORS_ADM9240_FAN1_DIV 71 /* RW */ |
| | 364 | #define SENSORS_ADM9240_FAN2_DIV 72 /* RW */ |
| | 365 | #define SENSORS_ADM9240_ALARMS 81 /* R */ |
| | 366 | #define SENSORS_ADM9240_ANALOG_OUT 82 /* RW */ |
| | 367 | |
| | 368 | |