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

/k10sensor/src/
H A Dcommon.c431 limits->tcrit = limits->threshold = INT32_MAX;
444 limits->tcrit = 63 * 1000;
446 limits->tcrit = 70 * 1000;
452 limits->tcrit = 70 * 1000;
458 limits->tcrit = 70 * 1000;
485 limits->tcrit = 52000 + BITS(data, 22, 16) * 500; /* 52 + val/2 */
487 limits->threshold = limits->tcrit - BITS(data, 27, 24) * 500;
502 limits->tcrit = limits->threshold = INT32_MAX;
522 limits->tcrit = 52000 + val * 2000;
524 limits->threshold = limits->tcrit
[all...]
H A Dk10sensor.h84 int32_t tcrit; member in struct:tc_limit
H A Dk10s_kstats.c130 (knp++)->value.i32 = v->limits[HTC].tcrit;
136 (knp++)->value.i32 = v->limits[STC].tcrit;

Completed in 9 milliseconds