Home
last modified time | relevance | path

Searched refs:NUM_TEMP (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dnct6775.h11 #define NUM_TEMP 12 /* Max number of temp attribute sets w/ limits*/ macro
30 u16 reg_temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,
33 u8 temp_src[NUM_TEMP];
34 u16 reg_temp_config[NUM_TEMP];
117 s16 temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,
H A Dit87.c281 #define NUM_TEMP 6 macro
601 s8 temp[NUM_TEMP][4]; /* [nr][0]=temp, [1]=min, [2]=max, [3]=offset */
923 for (i = 0; i < NUM_TEMP; i++) { in it87_update_device()