Searched refs:HTC_CAPABLE (Results 1 - 3 of 3) sorted by relevance
/k10sensor/src/ |
H A D | k10sensor.h | 68 #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 D | common.c | 385 * 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 D | k10s_kstats.c | 123 v->flags & HTC_CAPABLE ? "yes" : "no");
|
Completed in 7 milliseconds