Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/mach-ath79/
Dar71xx_regs.h87 #define AR724X_PLL_DIV_MASK 0x3ff macro
/linux-2.6.39/arch/mips/ath79/
Dclock.c71 div = ((pll >> AR724X_PLL_DIV_SHIFT) & AR724X_PLL_DIV_MASK); in ar724x_clocks_init()