Lines Matching refs:ah
105 struct ath_hw *ah = sc->sc_ah; in ath9k_check_chirping() local
106 struct ath_common *common = ath9k_hw_common(ah); in ath9k_check_chirping()
109 if (IS_CHAN_HT40(ah->curchan)) { in ath9k_check_chirping()
126 if (IS_CHAN_HT40MINUS(ah->curchan)) { in ath9k_check_chirping()
185 static u32 dur_to_usecs(struct ath_hw *ah, u32 dur) in dur_to_usecs() argument
191 if (IS_CHAN_A_FAST_CLOCK(ah, ah->curchan)) in dur_to_usecs()
298 struct ath_hw *ah = sc->sc_ah; in ath9k_dfs_process_phyerr() local
299 struct ath_common *common = ath9k_hw_common(ah); in ath9k_dfs_process_phyerr()
333 pe.freq = ah->curchan->channel; in ath9k_dfs_process_phyerr()
356 if (IS_CHAN_HT40(ah->curchan) && in ath9k_dfs_process_phyerr()
358 pe.freq += IS_CHAN_HT40PLUS(ah->curchan) ? 20 : -20; in ath9k_dfs_process_phyerr()