Home
last modified time | relevance | path

Searched refs:cpu_clkctl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/mips/atheros/
H A Dar5315.c195 const uint32_t cpu_clkctl = GETSYSREG(AR5315_SYSREG_CPUCLK); in ar5315_get_freqs() local
196 uint32_t cpudiv = AR5315_CLOCKCTL_DIV(cpu_clkctl); in ar5315_get_freqs()
198 freqs->freq_cpu = pllout[AR5315_CLOCKCTL_SELECT(cpu_clkctl)] / cpudiv; in ar5315_get_freqs()