Lines Matching refs:HTC
407 /* 0Fh+, RO: HTC capable */
420 * Check the HTC register and populate v->limits[HTC].
429 tc_limit_t *limits = &v->limits[HTC];
434 /* Athlon64/Opteron has no HTC register. However for some CG and C0
471 /* RW: HTC enabled */
476 /* 0Fh has no further HTC info */
484 /* RW: HTC temperature limit */
486 /* RW: HTC hysteresis */
542 /* 12h, 14h, RW: local HTC temperature limit */
544 /* RW: local HTC hysteresis */
546 /* RW: local HTC enable */
550 /* RW: local HTC slew-controlled temperature */
665 PRINT_YORN(buf, "HTC capable", v->flags & HTC_CAPABLE)
673 PRINT_ENABLED(buf, "HTC", v->limits[HTC].flags & TC_ENABLED)
675 PRINT_YORN(buf, "HTC slew-controlled", v->limits[HTC].flags & TC_SLEWED)
677 PRINT_VAL(buf, "HTC Limit [C]", v->limits[HTC].tcrit)
679 PRINT_VAL(buf, "HTC Hysteresis [C]", v->limits[HTC].threshold)