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

/linux-master/arch/mips/ath79/
H A Dsetup.c242 unsigned long cpu_clk_rate; local
258 cpu_clk_rate = clk_get_rate(clk);
261 cpu_clk_rate / 1000000, (cpu_clk_rate / 1000) % 1000);
263 mips_hpt_frequency = cpu_clk_rate / 2;

Completed in 155 milliseconds