Searched refs:erratum (Results 1 - 4 of 4) sorted by relevance
/k10sensor/src/ |
H A D | common.c | 6 * erratum #319). 237 * Check, whether an AMD erratum applies, which indicates, that the obtained 239 * detection. If none applies, v->erratum gets set to 0, to the related erratum 253 v->erratum = 0; 256 v->erratum = 141; 267 v->erratum = 319; 276 v->erratum = 319; 281 v->erratum = 319; 375 /* DC Opteron 150,165,170,175,180: erratum 15 [all...] |
H A D | k10sensor.h | 109 /* if != 0, the relevant erratum # wrt. inaccurate temperature */ 110 uint32_t erratum; member in struct:cpu_vars 125 /** Checks, whether an "inaccurate temperature" erratum applies based on
|
H A D | k10sensor.c | 311 if (k10p->v->erratum != 0) { 313 "inaccurate (see erratum %d for family %s)", inst, 314 k10p->v->erratum, cat_range_map[k10p->v->catIdx].name);
|
H A D | k10s_kstats.c | 119 (knp++)->value.ui32, v->erratum;
|
Completed in 7 milliseconds