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

/k10sensor/src/
H A Dk10s_kstats.c52 { "STC", KSTAT_DATA_CHAR },
53 { "STC slew-controlled", KSTAT_DATA_CHAR },
54 { "STC Limit [C/1000]", KSTAT_DATA_INT32 },
55 { "STC Hysteresis [C/1000]", KSTAT_DATA_INT32 },
133 v->limits[STC].flags & TC_ENABLED ? "enabled" : "disabled");
135 v->limits[STC].flags & TC_SLEWED ? "yes" : "no");
136 (knp++)->value.i32 = v->limits[STC].tcrit;
137 (knp++)->value.i32 = v->limits[STC].threshold;
H A Dk10sensor.h24 #define K10IOC_RSTC (K10IOC | 4) /* refresh cached STC settings */
73 #define TC_ENABLED 0x01 /* HTC/STC/LHTC enabled flag */
77 #define STC 1 /* limit info index for either STC (0Fh|10h) or LHTC (12h|14h)*/ macro
111 /* HTC, STC limits. NOTE: Can usually be modified by special software. */
138 /** Populate v->limits[STC] from the Software or Local Hardware Thermal Control
H A Dcommon.c491 * Check the STC or LHTC register and populate v->limits[STC].
500 tc_limit_t *limits = &v->limits[STC];
504 /* Athlon64/Opteron, 11h and 15h don't have a STC/LHTC,
519 /* 0Fh, RW: STC Temperature Limit */
523 /* RW: STC Hysteresis Limit */
528 /* 10h, RW: STC temperature limit */
532 /* RW: STC hysteresis */
537 /* RW: STC slew-controlled temperature */
684 PRINT_ENABLED(buf, stc ? "STC"
[all...]

Completed in 10 milliseconds