Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/mach-ath79/
Dar71xx_regs.h101 #define AR913X_PLL_DIV_MASK 0x3ff macro
/linux-2.6.39/arch/mips/ath79/
Dclock.c98 div = ((pll >> AR913X_PLL_DIV_SHIFT) & AR913X_PLL_DIV_MASK); in ar913x_clocks_init()