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

/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dar5315_chip.c153 uint32_t cpudiv = AR5315_CLOCKCTL_DIV(cpu_clkctl); local
154 cpudiv = cpudiv ? (cpudiv * 2) : 1;
155 u_ar531x_cpu_freq = pllout[AR5315_CLOCKCTL_SELECT(cpu_clkctl)] / cpudiv;

Completed in 35 milliseconds