Home
last modified time | relevance | path

Searched refs:match_cpu (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/thermal/intel/
H A Dintel_soc_dts_thermal.c47 const struct x86_cpu_id *match_cpu; in intel_soc_thermal_init() local
49 match_cpu = x86_match_cpu(soc_thermal_ids); in intel_soc_thermal_init()
50 if (!match_cpu) in intel_soc_thermal_init()
61 soc_dts_thres_gsi = (int)match_cpu->driver_data; in intel_soc_thermal_init()
/openbmc/u-boot/drivers/timer/
H A Dtsc_timer.c120 static int match_cpu(u8 family, u8 model) in match_cpu() function
156 cpu_index = match_cpu(gd->arch.x86, gd->arch.x86_model); in cpu_mhz_from_msr()