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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dcpu-sa1100.c190 if (sa11x0_ppcr_to_freq(new_ppcr) > policy->max)
195 if ((sa11x0_ppcr_to_freq(new_ppcr) > target_freq) &&
196 (sa11x0_ppcr_to_freq(new_ppcr - 1) >= policy->min))
202 freqs.new = sa11x0_ppcr_to_freq(new_ppcr);
H A Dgeneric.h29 extern unsigned int sa11x0_ppcr_to_freq(unsigned int idx);
H A Dcpu-sa1110.c231 if (sa11x0_ppcr_to_freq(ppcr) > policy->max)
236 if (ppcr && (sa11x0_ppcr_to_freq(ppcr) > target_freq) &&
237 (sa11x0_ppcr_to_freq(ppcr-1) >= policy->min))
245 freqs.new = sa11x0_ppcr_to_freq(ppcr);
H A Dgeneric.c73 unsigned int sa11x0_ppcr_to_freq(unsigned int idx) function

Completed in 18 milliseconds