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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dlonghaul.c139 static void do_longhaul1(unsigned int mults_index) argument
146 bcr2.bits.CLOCKMUL = mults_index & 0xff;
165 static void do_powersaver(int cx_address, unsigned int mults_index, argument
177 longhaul.bits.SoftBusRatio = mults_index & 0xf;
178 longhaul.bits.SoftBusRatio4 = (mults_index & 0x10) >> 4;
181 longhaul.bits.SoftVID = (mults_index >> 8) & 0x1f;
244 * @mults_index : bitpattern of the new multiplier.
251 unsigned int mults_index; local
260 mults_index = longhaul_table[table_index].index;
262 mult = mults[mults_index
[all...]

Completed in 71 milliseconds