Searched refs:sa11x0_freq_to_ppcr (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 Dgeneric.h26 extern unsigned int sa11x0_freq_to_ppcr(unsigned int khz);
H A Dcpu-sa1100.c189 new_ppcr = sa11x0_freq_to_ppcr(target_freq);
194 new_ppcr = sa11x0_freq_to_ppcr(target_freq);
H A Dcpu-sa1110.c230 ppcr = sa11x0_freq_to_ppcr(target_freq);
235 ppcr = sa11x0_freq_to_ppcr(target_freq);
H A Dgeneric.c60 unsigned int sa11x0_freq_to_ppcr(unsigned int khz) function
94 tmp = cclk_frequency_100khz[sa11x0_freq_to_ppcr(policy->min)] * 100;

Completed in 98 milliseconds