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

/freebsd-11.0-release/sys/mips/atheros/
H A Dqca953x_chip.c75 unsigned long ahb_rate; local
140 ahb_rate = ref_rate;
142 ahb_rate = ddr_pll / (postdiv + 1);
144 ahb_rate = cpu_pll / (postdiv + 1);
148 u_ar71xx_ahb_freq = ahb_rate;
H A Dqca955x_chip.c76 unsigned long ahb_rate; local
141 ahb_rate = ref_rate;
143 ahb_rate = ddr_pll / (postdiv + 1);
145 ahb_rate = cpu_pll / (postdiv + 1);
149 u_ar71xx_ahb_freq = ahb_rate;

Completed in 55 milliseconds