HomeSort by: relevance | last modified time | path
    Searched defs:cpudiv (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/mips/atheros/
ar5315.c 196 uint32_t cpudiv = AR5315_CLOCKCTL_DIV(cpu_clkctl); local in function:ar5315_get_freqs
197 cpudiv = cpudiv ? (cpudiv * 2) : 1;
198 freqs->freq_cpu = pllout[AR5315_CLOCKCTL_SELECT(cpu_clkctl)] / cpudiv;

Completed in 12 milliseconds