Searched refs:postdiv (Results 1 – 1 of 1) sorted by relevance
315 cpu_rate = cpu_pll / (postdiv + 1); in ar934x_clocks_init()317 cpu_rate = ddr_pll / (postdiv + 1); in ar934x_clocks_init()325 ddr_rate = ddr_pll / (postdiv + 1); in ar934x_clocks_init()327 ddr_rate = cpu_pll / (postdiv + 1); 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()404 cpu_rate = cpu_pll / (postdiv + 1); in qca953x_clocks_init()406 cpu_rate = ddr_pll / (postdiv + 1); in qca953x_clocks_init()414 ddr_rate = ddr_pll / (postdiv + 1); in qca953x_clocks_init()416 ddr_rate = cpu_pll / (postdiv + 1); in qca953x_clocks_init()[all …]
Completed in 5 milliseconds