/drivers/clk/x86/ |
D | Makefile | 1 clk-x86-lpss-objs := clk-lpt.o 2 obj-$(CONFIG_X86_INTEL_LPSS) += clk-x86-lpss.o
|
/drivers/cpufreq/ |
D | speedstep-lib.c | 260 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor() 263 ((c->x86 != 6) && (c->x86 != 0xF))) in speedstep_detect_processor() 266 if (c->x86 == 0xF) { in speedstep_detect_processor()
|
D | p4-clockmod.c | 125 if (c->x86 == 0x06) { in cpufreq_p4_get_frequency() 143 if (c->x86 != 0xF) in cpufreq_p4_get_frequency() 171 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
|
D | speedstep-centrino.c | 38 __u8 x86; /* CPU family */ member 278 if ((c->x86 == x->x86) && in centrino_verify_cpu_id()
|
D | sc520_freq.c | 81 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
|
D | elanfreq.c | 156 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init()
|
/drivers/hwmon/ |
D | hwmon-vid.c | 293 if (c->x86 < 6) /* Any CPU with family lower than 6 */ in vid_which_vrm() 296 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
|
D | k10temp.c | 81 if (boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model == 0x60) { in temp1_input_show() 155 if (boot_cpu_data.x86 != 0x10) in has_erratum_319()
|
D | fam15h_power.c | 83 return boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60; in is_carrizo_or_later() 312 if (c->x86 == 0x15 && in fam15h_power_init_attrs() 330 if (c->x86 == 0x15 && in fam15h_power_init_attrs()
|
/drivers/acpi/ |
D | Makefile | 54 acpi-$(CONFIG_X86) += x86/apple.o 55 acpi-$(CONFIG_X86) += x86/utils.o
|
D | processor_perflib.c | 294 if ((boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model < 10) in amd_fixup_frequency() 295 || boot_cpu_data.x86 == 0x11) { in amd_fixup_frequency() 306 if (boot_cpu_data.x86 == 0x10) in amd_fixup_frequency()
|
/drivers/edac/ |
D | amd64_edac.h | 194 #define dct_ganging_enabled(pvt) ((boot_cpu_data.x86 == 0x10) && ((pvt)->dct_sel_lo & BIT(4))) 407 if (boot_cpu_data.x86 == 0xf) in get_dram_base() 417 if (boot_cpu_data.x86 == 0xf) in get_dram_limit()
|
D | mce_amd.c | 572 bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT_64(58))); in decode_mc1_mce() 723 if (boot_cpu_data.x86 >= 0x14) { in decode_mc3_mce() 1069 switch (c->x86) { in mce_amd_init() 1124 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 | 2 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 | 9 obj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o
|
/drivers/mtd/nand/ |
D | cs553x_nand.c | 266 boot_cpu_data.x86 == 5 && in is_geode() 272 boot_cpu_data.x86 == 5 && in is_geode()
|
/drivers/staging/vt6655/ |
D | TODO | 13 - verify unsigned long usage for x86-64 arch
|
/drivers/char/hw_random/ |
D | via-rng.c | 138 if ((c->x86 == 6) && (c->x86_model >= 0x0f)) { in via_rng_init()
|
/drivers/ras/ |
D | Kconfig | 33 source arch/x86/ras/Kconfig
|
/drivers/staging/media/atomisp/include/linux/ |
D | atomisp_platform.h | 254 boot_cpu_data.x86 == 6 && \
|
/drivers/media/pci/ivtv/ |
D | Kconfig | 74 on x86 systems, using the nopat kernel parameter.
|
/drivers/clk/ |
D | Makefile | 98 obj-$(CONFIG_X86) += x86/
|
/drivers/platform/chrome/ |
D | Kconfig | 31 This module instantiates the persistent storage on x86 ChromeOS
|