Home
last modified time | relevance | path

Searched refs:IFM (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dintel-family.h43 #define IFM(_fam, _model) VFM_MAKE(X86_VENDOR_INTEL, _fam, _model) macro
46 #define INTEL_ANY IFM(X86_FAMILY_ANY, X86_MODEL_ANY)
49 #define INTEL_FAM5_START IFM(5, 0x00) /* Notational marker, also P5 A-step */
50 #define INTEL_PENTIUM_75 IFM(5, 0x02) /* P54C */
51 #define INTEL_PENTIUM_MMX IFM(5, 0x04) /* P55C */
52 #define INTEL_QUARK_X1000 IFM(5, 0x09) /* Quark X1000 SoC */
55 #define INTEL_PENTIUM_PRO IFM(6, 0x01)
56 #define INTEL_PENTIUM_II_KLAMATH IFM(6, 0x03)
57 #define INTEL_PENTIUM_III_DESCHUTES IFM(6, 0x05)
58 #define INTEL_PENTIUM_III_TUALATIN IFM(6, 0x0B)
[all …]
/linux/drivers/cpufreq/
H A Dspeedstep-centrino.c518 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/Documentation/devicetree/bindings/misc/
H A Difm-csi.txt1 IFM camera sensor interface on mpc5200 LocalPlus bus
/linux/arch/powerpc/boot/dts/
H A Dpdm360ng.dts3 * Device Tree Source for IFM PDM360NG.
/linux/drivers/peci/
H A Ddevice.c103 device->info.x86_vfm = IFM(peci_x86_cpu_family(cpu_id), peci_x86_cpu_model(cpu_id)); in peci_device_info_init()
/linux/arch/x86/kernel/cpu/microcode/
H A Dintel.c129 if (IFM(x86_family(sig->sig), x86_model(sig->sig)) >= INTEL_PENTIUM_III_DESCHUTES) { in intel_collect_cpu_info()