Home
last modified time | relevance | path

Searched refs:sa11x0_getspeed (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dsa1100-cpufreq.c166 unsigned int cur = sa11x0_getspeed(0); in sa1100_target()
193 .get = sa11x0_getspeed,
H A Dsa1110-cpufreq.c317 .get = sa11x0_getspeed,
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dgeneric.h25 extern unsigned int sa11x0_getspeed(unsigned int cpu);
H A Dclock.c74 return sa11x0_getspeed(0) * 1000; in clk_mpll_recalc_rate()
H A Dgeneric.c70 unsigned int sa11x0_getspeed(unsigned int cpu) in sa11x0_getspeed() function