Searched refs:t_case_max (Results 1 - 4 of 4) sorted by relevance

/k10sensor/src/
H A Dcommon.c287 * this includes v->{t_case_max, diode_offset, flags[HTC_THERMTRIP]}.
296 v->t_case_max = INT32_MAX;
311 v->t_case_max = 100 * 1000;
316 v->t_case_max = 69 * 1000;
320 v->t_case_max = 63 * 1000; /* Athlon FX55 */
323 v->t_case_max = 70 * 1000;
328 v->t_case_max = (offset != 0) ? ((offset + 49) * 1000) : INT32_MAX;
376 if ((BITS(v->ebx, 11, 0) == 0xC2) && v->t_case_max <= 2000) {
667 PRINT_VAL(buf, "T Case/Die Max [C]", v->t_case_max)
H A Dk10sensor.h117 int32_t t_case_max; member in struct:cpu_vars
128 /** Populate v->{flags[HTC_THERMTRIP], t_case_max, diode_offset} from the
H A Dk10s_kstats.c124 (knp++)->value.i32 = v->t_case_max;
H A Dk10sensor.c51 #define PROP_T_CASE_MAX KMODNAME"-t_case_max"
201 k10p->v->t_case_max = val;

Completed in 13 milliseconds