Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dloongson2_cpufreq.c60 loongson2_clockmod_table[index].driver_data) / 8; in loongson2_cpufreq_target()
91 (loongson2_clockmod_table[i].frequency != CPUFREQ_TABLE_END); in loongson2_cpufreq_cpu_init()
93 loongson2_clockmod_table[i].frequency = (rate * i) / 8; in loongson2_cpufreq_cpu_init()
102 return cpufreq_generic_init(policy, &loongson2_clockmod_table[0], 0); in loongson2_cpufreq_cpu_init()
/linux-4.1.27/arch/mips/loongson/lemote-2f/
Dclock.c30 struct cpufreq_frequency_table loongson2_clockmod_table[] = { variable
42 EXPORT_SYMBOL_GPL(loongson2_clockmod_table);
110 cpufreq_for_each_valid_entry(pos, loongson2_clockmod_table) in clk_set_rate()
/linux-4.1.27/arch/mips/include/asm/mach-loongson/
Dloongson.h280 extern struct cpufreq_frequency_table loongson2_clockmod_table[];