Searched refs:ahb_rate (Results 1 – 1 of 1) sorted by relevance
312 u32 ref_rate, cpu_rate, ddr_rate, ahb_rate; in get_clocks() local393 ahb_rate = ref_rate; in get_clocks()395 ahb_rate = ddr_pll / (postdiv + 1); in get_clocks()397 ahb_rate = cpu_pll / (postdiv + 1); in get_clocks()401 gd->bus_clk = ahb_rate; in get_clocks()404 cpu_rate, ddr_rate, ahb_rate); in get_clocks()
Completed in 4 milliseconds