Searched refs:HTC_THERMTRIP (Results 1 - 3 of 3) sorted by relevance

/k10sensor/src/
H A Dk10sensor.h69 #define HTC_THERMTRIP 0x02 /* thermtrip enabled flag */ macro
128 /** Populate v->{flags[HTC_THERMTRIP], t_case_max, diode_offset} from the
H A Dcommon.c287 * this includes v->{t_case_max, diode_offset, flags[HTC_THERMTRIP]}.
298 v->flags &= ~HTC_THERMTRIP;
304 v->flags |= HTC_THERMTRIP;
663 PRINT_ENABLED_NA(buf, "Thermtrip", v->flags & HTC_THERMTRIP)
H A Dk10s_kstats.c121 v->flags & HTC_THERMTRIP ? "enabled" : "n/a");

Completed in 7 milliseconds