Home
last modified time | relevance | path

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

/arch/mips/include/asm/mach-ath79/
Dar71xx_regs.h228 #define AR934X_PLL_DDR_CONFIG_REFDIV_SHIFT 16 macro
/arch/mips/ath79/
Dclock.c302 ref_div = (pll >> AR934X_PLL_DDR_CONFIG_REFDIV_SHIFT) & in ar934x_clocks_init()