Searched defs:brandidx (Results 1 - 1 of 1) sorted by path

/drivers/hwmon/
H A Dk8temp.c147 u32 brandidx; local
160 brandidx = cpuid_ebx(0x80000001);
161 brandidx = (brandidx >> 9) & 0x1f;
165 (brandidx == 0x7 || brandidx == 0x9 || brandidx == 0xc))
170 (brandidx == 0xb || brandidx == 0xc))

Completed in 44 milliseconds