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

/freebsd-10.1-release/sys/mips/atheros/
H A Dar934x_chip.c93 uint32_t cpu_pll, ddr_pll; local
153 ddr_pll = ar934x_get_pll_freq(u_ar71xx_refclk, ref_div, nint,
166 u_ar71xx_cpu_freq = ddr_pll / (postdiv + 1);
174 u_ar71xx_ddr_freq = ddr_pll / (postdiv + 1);
184 u_ar71xx_ahb_freq = ddr_pll / (postdiv + 1);

Completed in 89 milliseconds