Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhw.c822 u32 regval, pll2_divint, pll2_divfrac, refdiv; in ath9k_hw_init_pll() local
834 pll2_divfrac = 0xa3d2; in ath9k_hw_init_pll()
838 pll2_divfrac = 0x1eb85; in ath9k_hw_init_pll()
844 pll2_divfrac = 0; in ath9k_hw_init_pll()
848 pll2_divfrac = (AR_SREV_9531(ah) || in ath9k_hw_init_pll()
864 (pll2_divint << 18) | pll2_divfrac); in ath9k_hw_init_pll()