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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/cpufreq/
H A Dloongson2_clock.c27 struct cpufreq_frequency_table loongson2_clockmod_table[] = { variable in typeref:struct:cpufreq_frequency_table
39 EXPORT_SYMBOL_GPL(loongson2_clockmod_table); variable
112 for (i = 0; loongson2_clockmod_table[i].frequency != CPUFREQ_TABLE_END;
114 if (loongson2_clockmod_table[i].frequency ==
117 if (rate == loongson2_clockmod_table[i].frequency)
120 if (rate != loongson2_clockmod_table[i].frequency)
126 regval = (regval & ~0x7) | (loongson2_clockmod_table[i].index - 1);
H A Dloongson2_cpufreq.c71 (policy, &loongson2_clockmod_table[0], target_freq, relation,
77 loongson2_clockmod_table[newstate].index) / 8;
126 (loongson2_clockmod_table[i].frequency != CPUFREQ_TABLE_END);
128 loongson2_clockmod_table[i].frequency = (cpuclk->rate * i) / 8;
132 cpufreq_frequency_table_get_attr(&loongson2_clockmod_table[0],
136 &loongson2_clockmod_table[0]);
142 &loongson2_clockmod_table[0]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-loongson/
H A Dloongson.h247 extern struct cpufreq_frequency_table loongson2_clockmod_table[];

Completed in 42 milliseconds