/drivers/platform/x86/intel/ |
D | Kconfig | 3 # Intel x86 Platform Specific Drivers 6 source "drivers/platform/x86/intel/atomisp2/Kconfig" 7 source "drivers/platform/x86/intel/int1092/Kconfig" 8 source "drivers/platform/x86/intel/int33fe/Kconfig" 9 source "drivers/platform/x86/intel/int3472/Kconfig" 10 source "drivers/platform/x86/intel/pmc/Kconfig" 11 source "drivers/platform/x86/intel/pmt/Kconfig" 12 source "drivers/platform/x86/intel/speed_select_if/Kconfig" 13 source "drivers/platform/x86/intel/telemetry/Kconfig" 14 source "drivers/platform/x86/intel/wmi/Kconfig"
|
/drivers/hwmon/ |
D | k10temp.c | 331 if (boot_cpu_data.x86 != 0x10) in has_erratum_319() 428 if (boot_cpu_data.x86 == 0x17 && in k10temp_probe() 433 if (boot_cpu_data.x86 == 0x15 && in k10temp_probe() 438 } else if (boot_cpu_data.x86 == 0x17 || boot_cpu_data.x86 == 0x18) { in k10temp_probe() 459 } else if (boot_cpu_data.x86 == 0x19) { in k10temp_probe() 484 if (boot_cpu_data.x86 == entry->model && in k10temp_probe()
|
D | hwmon-vid.c | 280 if (c->x86 < 6) /* Any CPU with family lower than 6 */ in vid_which_vrm() 283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
|
D | fam15h_power.c | 67 return boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60; in is_carrizo_or_later() 296 if (c->x86 == 0x15 && in fam15h_power_init_attrs() 314 if (c->x86 == 0x15 && in fam15h_power_init_attrs()
|
/drivers/cpufreq/ |
D | speedstep-lib.c | 259 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor() 262 ((c->x86 != 6) && (c->x86 != 0xF))) in speedstep_detect_processor() 265 if (c->x86 == 0xF) { in speedstep_detect_processor()
|
D | p4-clockmod.c | 120 if (c->x86 == 0x06) { in cpufreq_p4_get_frequency() 138 if (c->x86 != 0xF) in cpufreq_p4_get_frequency() 166 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
|
D | speedstep-centrino.c | 39 __u8 x86; /* CPU family */ member 279 if ((c->x86 == x->x86) && in centrino_verify_cpu_id()
|
D | sc520_freq.c | 78 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
|
D | elanfreq.c | 151 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init()
|
/drivers/clk/x86/ |
D | Makefile | 4 clk-x86-lpss-y := clk-lpss-atom.o 5 obj-$(CONFIG_X86_INTEL_LPSS) += clk-x86-lpss.o
|
D | Kconfig | 8 Clock Generation Unit(CGU) driver for MaxLinear's x86 based
|
/drivers/char/hw_random/ |
D | via-rng.c | 138 if (((c->x86 == 6) && (c->x86_model >= 0x0f)) || (c->x86 > 6)){ in via_rng_init()
|
/drivers/staging/media/atomisp/include/linux/ |
D | atomisp_platform.h | 242 boot_cpu_data.x86 == 6 && \ 245 boot_cpu_data.x86 == 6 && \
|
/drivers/edac/ |
D | amd64_edac.h | 204 #define dct_ganging_enabled(pvt) ((boot_cpu_data.x86 == 0x10) && ((pvt)->dct_sel_lo & BIT(4))) 423 if (boot_cpu_data.x86 == 0xf) in get_dram_base() 433 if (boot_cpu_data.x86 == 0xf) in get_dram_limit()
|
D | mce_amd.c | 764 bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT_64(58))); in decode_mc1_mce() 915 if (boot_cpu_data.x86 >= 0x14) { in decode_mc3_mce() 1257 switch (c->x86) { in mce_amd_init() 1309 printk(KERN_WARNING "Huh? What family is it: 0x%x?!\n", c->x86); in mce_amd_init()
|
/drivers/platform/ |
D | Makefile | 6 obj-$(CONFIG_X86) += x86/
|
D | Kconfig | 3 source "drivers/platform/x86/Kconfig"
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_seq.h_shipped | 145 0x80, 0x3e, 0x86, 0x5d, 147 0x20, 0x6a, 0x86, 0x5d, 148 0x00, 0xab, 0x86, 0x5d, 173 0x02, 0x6a, 0x86, 0x5d, 174 0x04, 0x6a, 0x86, 0x5d, 182 0x80, 0x86, 0xc8, 0x08, 187 0x28, 0x6a, 0x86, 0x5d, 189 0x08, 0x6a, 0x86, 0x5d, 202 0x01, 0x64, 0x86, 0x61, 215 0x00, 0xa8, 0x86, 0x5d, [all …]
|
/drivers/firmware/google/ |
D | Makefile | 8 obj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o
|
/drivers/gpu/drm/ttm/ |
D | ttm_module.c | 59 else if (boot_cpu_data.x86 > 3) in ttm_prot_from_caching()
|
/drivers/platform/x86/intel/telemetry/ |
D | Kconfig | 3 # Intel x86 Platform Specific Drivers
|
/drivers/staging/vt6655/ |
D | TODO | 13 - verify unsigned long usage for x86-64 arch
|
/drivers/mtd/nand/raw/ |
D | cs553x_nand.c | 345 boot_cpu_data.x86 == 5 && in is_geode() 351 boot_cpu_data.x86 == 5 && in is_geode()
|
/drivers/platform/x86/intel/pmc/ |
D | Kconfig | 3 # Intel x86 Platform-Specific Drivers
|
/drivers/acpi/ |
D | processor_perflib.c | 285 if ((boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model < 10) in amd_fixup_frequency() 286 || boot_cpu_data.x86 == 0x11) { in amd_fixup_frequency() 297 if (boot_cpu_data.x86 == 0x10) in amd_fixup_frequency()
|