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

/k10sensor/src/
H A Dk10sensor.h68 #define HTC_CAPABLE 0x01 /* Hardware Temperature Control capable flag */ macro
132 /** Populate v->flags[HTC_CAPABLE,LHTC_CAPABLE,DC_0Fh] from the
139 * register based on v->{xfamilyModel, flags[HTC_CAPABLE,LHTC_CAPABLE]} */
H A Dcommon.c385 * v->flags[HTC_CAPABLE,LHTC_CAPABLE,DC_0Fh].
394 v->flags &= ~HTC_CAPABLE;
409 v->flags |= HTC_CAPABLE;
424 * flags[HTC_CAPABLE]
464 if ((v->flags & HTC_CAPABLE) == 0) {
494 * @param v cpu vars: requires xfamilyModel, flags[HTC_CAPABLE,LHTC_CAPABLE]
505 * for 0Fh, 10h it must be HTC_CAPABLE,
508 || (v->xfamilyModel <= 0x10 && (v->flags & HTC_CAPABLE) == 0)
665 PRINT_YORN(buf, "HTC capable", v->flags & HTC_CAPABLE)
H A Dk10s_kstats.c123 v->flags & HTC_CAPABLE ? "yes" : "no");

Completed in 7 milliseconds