Home
last modified time | relevance | path

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

/drivers/timer/
A Dtsc_timer.c137 #define id_to_freq(cpu_index, freq_id) \ argument
138 (freq_desc_tables[cpu_index].freqs[freq_id])
154 int cpu_index; in cpu_mhz_from_msr() local
159 cpu_index = match_cpu(gd->arch.x86, gd->arch.x86_model); in cpu_mhz_from_msr()
160 if (cpu_index < 0) in cpu_mhz_from_msr()
163 if (freq_desc_tables[cpu_index].msr_plat) { in cpu_mhz_from_msr()
172 if (freq_desc_tables[cpu_index].msr_plat == 2) { in cpu_mhz_from_msr()
180 freq = id_to_freq(cpu_index, freq_id); in cpu_mhz_from_msr()

Completed in 4 milliseconds