Lines Matching refs:model
251 uint32_t family, model; in amdtemp_probe() local
259 model = CPUID_TO_MODEL(cpu_id); in amdtemp_probe()
263 if ((model == 0x04 && (cpu_id & CPUID_STEPPING) == 0) || in amdtemp_probe()
264 (model == 0x05 && (cpu_id & CPUID_STEPPING) <= 1)) in amdtemp_probe()
292 uint32_t cpuid, family, model; in amdtemp_attach() local
306 model = CPUID_TO_MODEL(cpuid); in amdtemp_attach()
321 (family == 0x0f && model >= 0x40))) { in amdtemp_attach()
325 model = CPUID_TO_MODEL(cpuid); in amdtemp_attach()
355 if (model >= 0x40) in amdtemp_attach()
357 if (model >= 0x60 && model != 0xc1) { in amdtemp_attach()
360 switch (model) { in amdtemp_attach()
404 AMDTEMP_DRAM_MODE_DDR3) != 0 || model > 0x04 || in amdtemp_attach()
405 (model == 0x04 && (cpuid & CPUID_STEPPING) >= 3)) in amdtemp_attach()
424 if (family == 0x15 && model >= 0x60) { in amdtemp_attach()