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

/k10sensor/src/
H A Dcommon.c431 limits->tcrit = limits->threshold = INT32_MAX;
487 limits->threshold = limits->tcrit - BITS(data, 27, 24) * 500;
502 limits->tcrit = limits->threshold = INT32_MAX;
524 limits->threshold = limits->tcrit - (BITS(data, 27, 24) + 1) * 2000;
533 limits->threshold = limits->tcrit
545 limits->threshold = limits->tcrit - BITS(data, 27, 24) * 500;
679 PRINT_VAL(buf, "HTC Hysteresis [C]", v->limits[HTC].threshold)
693 v->limits[STC].threshold)
H A Dk10sensor.h86 int32_t threshold; member in struct:tc_limit
H A Dk10s_kstats.c131 (knp++)->value.i32 = v->limits[HTC].threshold;
137 (knp++)->value.i32 = v->limits[STC].threshold;

Completed in 10 milliseconds