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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dlonghaul.c140 static void do_longhaul1(unsigned int clock_ratio_index) argument
147 bcr2.bits.CLOCKMUL = clock_ratio_index;
166 static void do_powersaver(int cx_address, unsigned int clock_ratio_index) argument
172 dest_pos = f_msr_table[clock_ratio_index].pos;
177 longhaul.bits.SoftBusRatio = clock_ratio_index & 0xf;
178 longhaul.bits.SoftBusRatio4 = (clock_ratio_index & 0x10) >> 4;
181 longhaul.bits.SoftVID = f_msr_table[clock_ratio_index].vrm;
246 * @clock_ratio_index : bitpattern of the new multiplier.
251 static void longhaul_setstate(unsigned int clock_ratio_index) argument
259 if (old_ratio == clock_ratio_index)
[all...]

Completed in 22 milliseconds