Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/mach-ath79/
Dar71xx_regs.h88 #define AR724X_PLL_REF_DIV_SHIFT 10 macro
/linux-2.6.39/arch/mips/ath79/
Dclock.c74 div = ((pll >> AR724X_PLL_REF_DIV_SHIFT) & AR724X_PLL_REF_DIV_MASK); in ar724x_clocks_init()