Home
last modified time | relevance | path

Searched refs:sa11x0_getspeed (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dgeneric.h25 extern unsigned int sa11x0_getspeed(unsigned int cpu);
H A Dclock.c69 * to 100kHz. Stick with sa11x0_getspeed() for the time being.
74 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
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/
H A Dgeneric.h25 extern unsigned int sa11x0_getspeed(unsigned int cpu);
H A Dclock.c69 * to 100kHz. Stick with sa11x0_getspeed() for the time being.
74 return sa11x0_getspeed(0) * 1000; in clk_mpll_recalc_rate()
H A Dgeneric.c67 unsigned int sa11x0_getspeed(unsigned int cpu) in sa11x0_getspeed() function
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dsa1110-cpufreq.c317 .get = sa11x0_getspeed,

Completed in 4 milliseconds