Searched refs:AR5315_CLOCKCTL_SELECT (Results 1 – 2 of 2) sorted by relevance
149 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()
170 #define AR5315_CLOCKCTL_SELECT(reg) ((reg) & 0x3) macro