Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h271 return ath9k_hw_private_ops(ah)->compute_pll_control(ah, chan); in ath9k_hw_compute_pll_control()
H A Dar9002_phy.c584 priv_ops->compute_pll_control = ar9002_hw_compute_pll_control; in ar9002_hw_attach_phy_ops()
H A Dar5008_phy.c1380 priv_ops->compute_pll_control = ar9160_hw_compute_pll_control; in ar5008_hw_attach_phy_ops()
1382 priv_ops->compute_pll_control = ar5008_hw_compute_pll_control; in ar5008_hw_attach_phy_ops()
H A Dar9003_phy.c1936 priv_ops->compute_pll_control = ar9003_hw_compute_pll_control_soc; in ar9003_hw_attach_phy_ops()
1938 priv_ops->compute_pll_control = ar9003_hw_compute_pll_control; in ar9003_hw_attach_phy_ops()
H A Dhw.h661 u32 (*compute_pll_control)(struct ath_hw *ah, member