Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dar724xreg.h40 #define AR724X_PLL_REF_DIV_MASK 0xf macro
H A Dar724x_chip.c83 div = ((pll >> AR724X_PLL_REF_DIV_SHIFT) & AR724X_PLL_REF_DIV_MASK); in ar724x_chip_detect_sys_frequency()