Searched refs:IFM (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | intel-family.h | 55 #define INTEL_PENTIUM_PRO IFM(6, 0x01) 61 #define INTEL_CORE_YONAH IFM(6, 0x0E) 68 #define INTEL_NEHALEM IFM(6, 0x1E) 70 #define INTEL_NEHALEM_EP IFM(6, 0x1A) 71 #define INTEL_NEHALEM_EX IFM(6, 0x2E) 73 #define INTEL_WESTMERE IFM(6, 0x25) 79 #define INTEL_IVYBRIDGE IFM(6, 0x3A) 82 #define INTEL_HASWELL IFM(6, 0x3C) 83 #define INTEL_HASWELL_X IFM(6, 0x3F) 84 #define INTEL_HASWELL_L IFM(6, 0x45) [all …]
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | speedstep-centrino.c | 518 X86_MATCH_VFM_FEATURE(IFM( 6, 9), X86_FEATURE_EST, NULL), 519 X86_MATCH_VFM_FEATURE(IFM( 6, 13), X86_FEATURE_EST, NULL), 520 X86_MATCH_VFM_FEATURE(IFM(15, 3), X86_FEATURE_EST, NULL), 521 X86_MATCH_VFM_FEATURE(IFM(15, 4), X86_FEATURE_EST, NULL),
|
| /linux-6.15/Documentation/devicetree/bindings/misc/ |
| H A D | ifm-csi.txt | 1 IFM camera sensor interface on mpc5200 LocalPlus bus
|
| /linux-6.15/drivers/peci/ |
| H A D | device.c | 103 device->info.x86_vfm = IFM(peci_x86_cpu_family(cpu_id), peci_x86_cpu_model(cpu_id)); in peci_device_info_init()
|
| /linux-6.15/arch/powerpc/boot/dts/ |
| H A D | pdm360ng.dts | 3 * Device Tree Source for IFM PDM360NG.
|
| /linux-6.15/arch/x86/kernel/cpu/microcode/ |
| H A D | intel.c | 77 if (IFM(x86_family(sig->sig), x86_model(sig->sig)) >= INTEL_PENTIUM_III_DESCHUTES) { in intel_collect_cpu_info()
|