Searched refs:calc_speed (Results 1 - 2 of 2) 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.c114 static unsigned int calc_speed(int mult) function
267 speed = calc_speed(mult);
271 freqs.old = calc_speed(longhaul_get_cpu_mult());
337 freqs.new = calc_speed(longhaul_get_cpu_mult());
406 highest_speed = calc_speed(maxmult);
407 lowest_speed = calc_speed(minmult);
433 longhaul_table[k].frequency = calc_speed(ratio);
573 return calc_speed(longhaul_get_cpu_mult());
807 policy->cur = calc_speed(longhaul_get_cpu_mult());
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Dsoc_common.c77 calc_speed(unsigned short *spds, int num, unsigned short dflt) function
93 timing->io = calc_speed(skt->spd_io, MAX_IO_WIN, SOC_PCMCIA_IO_ACCESS);
94 timing->mem = calc_speed(skt->spd_mem, MAX_WIN, SOC_PCMCIA_3V_MEM_ACCESS);
95 timing->attr = calc_speed(skt->spd_attr, MAX_WIN, SOC_PCMCIA_3V_MEM_ACCESS);

Completed in 102 milliseconds