Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dhw.c834 u32 regval, pll2_divint, pll2_divfrac, refdiv; in ath9k_hw_init_pll() local
846 pll2_divfrac = 0xa3d2; in ath9k_hw_init_pll()
850 pll2_divfrac = 0x1eb85; in ath9k_hw_init_pll()
856 pll2_divfrac = 0; in ath9k_hw_init_pll()
860 pll2_divfrac = (AR_SREV_9531(ah) || in ath9k_hw_init_pll()
876 (pll2_divint << 18) | pll2_divfrac); in ath9k_hw_init_pll()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhw.c833 u32 regval, pll2_divint, pll2_divfrac, refdiv; in ath9k_hw_init_pll() local
845 pll2_divfrac = 0xa3d2; in ath9k_hw_init_pll()
849 pll2_divfrac = 0x1eb85; in ath9k_hw_init_pll()
855 pll2_divfrac = 0; in ath9k_hw_init_pll()
859 pll2_divfrac = (AR_SREV_9531(ah) || in ath9k_hw_init_pll()
875 (pll2_divint << 18) | pll2_divfrac); in ath9k_hw_init_pll()

Completed in 7 milliseconds