Home
last modified time | relevance | path

Searched refs:cpu_model (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/cpufreq/
Dlonghaul.c60 static int cpu_model; variable
446 switch (cpu_model) { in longhaul_get_ranges()
548 if (cpu_model < CPU_NEHEMIAH) in longhaul_setup_voltagescaling()
770 cpu_model = CPU_SAMUEL; in longhaul_cpu_init()
781 cpu_model = CPU_SAMUEL2; in longhaul_cpu_init()
791 cpu_model = CPU_SAMUEL2; in longhaul_cpu_init()
794 cpu_model = CPU_EZRA; in longhaul_cpu_init()
804 cpu_model = CPU_EZRA_T; in longhaul_cpu_init()
819 cpu_model = CPU_NEHEMIAH; in longhaul_cpu_init()
823 cpu_model = CPU_NEHEMIAH; in longhaul_cpu_init()
[all …]
Dspeedstep-centrino.c62 struct cpu_model struct
74 static DEFINE_PER_CPU(struct cpu_model *, centrino_model); argument
209 static struct cpu_model models[] =
236 struct cpu_model *model; in centrino_cpu_init_table()
/linux-4.19.296/drivers/s390/cio/
Dcss.h59 __u32 cpu_model : 16; /* CPU model */ member
Dcss.c818 css->global_pgid.cpu_model = cpu_id.machine; in css_generate_pgid()