Searched defs:limits (Results 1 - 2 of 2) sorted by relevance

/k10sensor/src/
H A Dcommon.c420 * Check the HTC register and populate v->limits[HTC].
429 tc_limit_t *limits = &v->limits[HTC]; local
430 limits->flags = 0;
431 limits->tcrit = limits->threshold = INT32_MAX;
444 limits->tcrit = 63 * 1000;
446 limits->tcrit = 70 * 1000;
452 limits->tcrit = 70 * 1000;
458 limits
500 tc_limit_t *limits = &v->limits[STC]; local
[all...]
H A Dk10sensor.h111 /* HTC, STC limits. NOTE: Can usually be modified by special software. */
112 tc_limit_t limits[2]; member in struct:cpu_vars
135 /** Populate v->limits[HTC] from the Hardware Thermal Control register based on
138 /** Populate v->limits[STC] from the Software or Local Hardware Thermal Control

Completed in 6 milliseconds