Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/ath79/
Dclock.c98 unsigned long ahb_rate; in ar71xx_clocks_init() local
117 ahb_rate = cpu_rate / div; in ar71xx_clocks_init()
121 ath79_set_clk(ATH79_CLK_AHB, ahb_rate); in ar71xx_clocks_init()
237 unsigned long ahb_rate; in ar934x_clocks_init() local
333 ahb_rate = ref_rate; in ar934x_clocks_init()
335 ahb_rate = ddr_pll / (postdiv + 1); in ar934x_clocks_init()
337 ahb_rate = cpu_pll / (postdiv + 1); in ar934x_clocks_init()
341 ath79_set_clk(ATH79_CLK_AHB, ahb_rate); in ar934x_clocks_init()
355 unsigned long ahb_rate; in qca953x_clocks_init() local
422 ahb_rate = ref_rate; in qca953x_clocks_init()
[all …]