Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/ath79/
Dclock.c62 unsigned long ahb_rate; in ar71xx_clocks_init() local
81 ahb_rate = cpu_rate / div; in ar71xx_clocks_init()
86 clks[ATH79_CLK_AHB] = ath79_add_sys_clkdev("ahb", ahb_rate); in ar71xx_clocks_init()
247 unsigned long ahb_rate; in ar934x_clocks_init() local
341 ahb_rate = ref_rate; in ar934x_clocks_init()
343 ahb_rate = ddr_pll / (postdiv + 1); in ar934x_clocks_init()
345 ahb_rate = cpu_pll / (postdiv + 1); in ar934x_clocks_init()
350 clks[ATH79_CLK_AHB] = ath79_add_sys_clkdev("ahb", ahb_rate); in ar934x_clocks_init()
363 unsigned long ahb_rate; in qca953x_clocks_init() local
428 ahb_rate = ref_rate; in qca953x_clocks_init()
[all …]