Searched refs:LHTC_CAPABLE (Results 1 - 2 of 2) sorted by relevance

/k10sensor/src/
H A Dk10sensor.h70 #define LHTC_CAPABLE 0x04 /* Local HTC 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].
395 v->flags &= ~LHTC_CAPABLE;
415 v->flags |= LHTC_CAPABLE;
494 * @param v cpu vars: requires xfamilyModel, flags[HTC_CAPABLE,LHTC_CAPABLE]
506 * for 12h, 14h it must be LHTC_CAPABLE */
509 || (v->xfamilyModel >= 0x30 && (v->flags & LHTC_CAPABLE) == 0))

Completed in 9 milliseconds