Lines Matching defs:NUM_TEMP
202 #define NUM_TEMP 10 /* Max number of temp attribute sets w/ limits*/
1077 u16 reg_temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,
1080 u8 temp_src[NUM_TEMP];
1081 u16 reg_temp_config[NUM_TEMP];
1161 s16 temp[5][NUM_TEMP]; /* 0=temp, 1=temp_over, 2=temp_hyst,
1823 for (i = 0; i < NUM_TEMP; i++) {
2741 for (i = 0; i < NUM_TEMP; i++) {
2776 if (val == 0 || val > NUM_TEMP)
2818 if (val > NUM_TEMP)
2820 val = array_index_nospec(val, NUM_TEMP + 1);
3515 for (i = 0; i < NUM_TEMP; i++) {
4392 if (s >= NUM_TEMP)
4454 if (s >= NUM_TEMP)
4492 if (s >= NUM_TEMP) /* Abort if no more space */
4689 for (i = 0; i < NUM_TEMP; i++) {