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

/linux-4.4.14/arch/mips/ath79/
H A Dclock.c60 unsigned long ahb_rate; ar71xx_clocks_init() local
79 ahb_rate = cpu_rate / div; ar71xx_clocks_init()
84 clks[2] = ath79_add_sys_clkdev("ahb", ahb_rate); ar71xx_clocks_init()
95 unsigned long ahb_rate; ar724x_clocks_init() local
115 ahb_rate = cpu_rate / div; ar724x_clocks_init()
120 clks[2] = ath79_add_sys_clkdev("ahb", ahb_rate); ar724x_clocks_init()
131 unsigned long ahb_rate; ar913x_clocks_init() local
148 ahb_rate = cpu_rate / div; ar913x_clocks_init()
153 clks[2] = ath79_add_sys_clkdev("ahb", ahb_rate); ar913x_clocks_init()
164 unsigned long ahb_rate; ar933x_clocks_init() local
179 ahb_rate = ref_rate; ar933x_clocks_init()
209 ahb_rate = freq / t; ar933x_clocks_init()
215 clks[2] = ath79_add_sys_clkdev("ahb", ahb_rate); ar933x_clocks_init()
246 unsigned long ahb_rate; ar934x_clocks_init() local
340 ahb_rate = ref_rate; ar934x_clocks_init()
342 ahb_rate = ddr_pll / (postdiv + 1); ar934x_clocks_init()
344 ahb_rate = cpu_pll / (postdiv + 1); ar934x_clocks_init()
349 clks[2] = ath79_add_sys_clkdev("ahb", ahb_rate); ar934x_clocks_init()
362 unsigned long ahb_rate; qca955x_clocks_init() local
427 ahb_rate = ref_rate; qca955x_clocks_init()
429 ahb_rate = ddr_pll / (postdiv + 1); qca955x_clocks_init()
431 ahb_rate = cpu_pll / (postdiv + 1); qca955x_clocks_init()
436 clks[2] = ath79_add_sys_clkdev("ahb", ahb_rate); qca955x_clocks_init()

Completed in 148 milliseconds