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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-imx/
H A Dgeneric.c121 unsigned int imx_get_system_clk(void) function
127 EXPORT_SYMBOL(imx_get_system_clk); variable
140 return imx_get_system_clk() / (((PCDR) & 0xf)+1);
149 return imx_get_system_clk() / (((PCDR>>4) & 0xf)+1);
158 return imx_get_system_clk() / (((PCDR>>16) & 0x7f)+1);
167 return imx_get_system_clk() / (((CSCR>>10) & 0xf)+1);
H A Dcpufreq.c163 freq = imx_get_system_clk();
204 sysclk = imx_get_system_clk();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-imx/
H A Dhardware.h77 extern unsigned int imx_get_system_clk(void);

Completed in 99 milliseconds