Lines Matching refs:STC
491 * 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" : "LHTC", v->limits[STC].flags & TC_ENABLED)
686 PRINT_YORN(buf, stc ? "STC slew-controlled" : "LHTC slew-controlled",
687 v->limits[STC].flags & TC_SLEWED)
689 PRINT_VAL(buf, stc ? "STC Limit [C]" : "LHTC Limit [C]",
690 v->limits[STC].tcrit)
692 PRINT_VAL(buf, stc ? "STC Hysteresis [C]" : "LHTC Hysteresis [C]",
693 v->limits[STC].threshold)