Searched refs:compute_pll_control (Results 1 – 5 of 5) sorted by relevance
1632 priv_ops->compute_pll_control = ar9100_hw_compute_pll_control; in ar5008_hw_attach_phy_ops()1634 priv_ops->compute_pll_control = ar9160_hw_compute_pll_control; in ar5008_hw_attach_phy_ops()1636 priv_ops->compute_pll_control = ar5008_hw_compute_pll_control; in ar5008_hw_attach_phy_ops()
530 priv_ops->compute_pll_control = ar9002_hw_compute_pll_control; in ar9002_hw_attach_phy_ops()
585 u32 (*compute_pll_control)(struct ath_hw *ah, member
1176 priv_ops->compute_pll_control = ar9003_hw_compute_pll_control; in ar9003_hw_attach_phy_ops()
60 return ath9k_hw_private_ops(ah)->compute_pll_control(ah, chan); in ath9k_hw_compute_pll_control()