Home
last modified time | relevance | path

Searched refs:IFM (Results 1 – 4 of 4) 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/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()