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

/linux-master/arch/mips/ath79/
H A Dclock.c239 u32 cpu_pll, ddr_pll; local
304 ddr_pll = ar934x_get_pll_freq(ref_rate, ref_div, nint,
317 cpu_rate = ddr_pll / (postdiv + 1);
325 ddr_rate = ddr_pll / (postdiv + 1);
335 ahb_rate = ddr_pll / (postdiv + 1);
357 u32 cpu_pll, ddr_pll; local
392 ddr_pll = nint * ref_rate / ref_div;
393 ddr_pll += frac * (ref_rate >> 6) / (ref_div << 4);
394 ddr_pll /= (1 << out_div);
406 cpu_rate = ddr_pll / (postdi
440 u32 cpu_pll, ddr_pll; local
523 u32 cpu_pll, ddr_pll; local
[all...]

Completed in 202 milliseconds