Home
last modified time | relevance | path

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

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