Home
last modified time | relevance | path

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

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