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

/k10sensor/src/
H A Dcommon.c436 uint32_t branding = AMD_BRANDING(v->ebx); local
441 if (v->modelStepping == 0x7A && (branding >> 6) == 0x24
442 && (branding & 0x3f) == (55-24))
451 if ((branding >> 6) == 0x4A || ((branding >> 6) == 0x24)) {
456 } else if ((v->revision[3] > 'C') && ((branding >> 6) != 0x0B)) {

Completed in 7 milliseconds