Lines Matching defs:temp
220 * - up to 6 temp (1 to 6)
294 #define FEAT_SIX_TEMP BIT(17) /* Up to 6 temp sensors */
534 u8 has_temp; /* Bitfield, temp sensors enabled */
535 s8 temp[NUM_TEMP][4]; /* [nr][0]=temp, [1]=min, [2]=max, [3]=offset */
561 u8 pwm_temp_map[NUM_PWM];/* PWM to temp. chan. mapping (bits 1-0) */
793 data->temp[i][0] =
797 data->temp[i][3] =
804 data->temp[i][1] =
806 data->temp[i][2] =
953 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[nr][index]));
990 data->temp[nr][index] = TEMP_TO_REG(val);
991 it87_write_value(data, reg, data->temp[nr][index]);
1497 * If we are in automatic mode, write the temp mapping immediately;
2940 * run-time through the temp{1-3}_type sysfs accessors if needed.