Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_chip.c149 u_ar531x_ahb_freq = pllout[AR5315_CLOCKCTL_SELECT(amba_clkctl)] / ambadiv; in ar5315_chip_detect_sys_frequency()
155 u_ar531x_cpu_freq = pllout[AR5315_CLOCKCTL_SELECT(cpu_clkctl)] / cpudiv; in ar5315_chip_detect_sys_frequency()
H A Dar5315reg.h170 #define AR5315_CLOCKCTL_SELECT(reg) ((reg) & 0x3) macro