Lines Matching refs:ah
25 struct ath_hw *ah = sc->sc_ah; in ath_set_channel() local
26 struct ath_common *common = ath9k_hw_common(ah); in ath_set_channel()
38 if (ah->curchan) in ath_set_channel()
39 old_pos = ah->curchan - &ah->channels[0]; in ath_set_channel()
49 ath9k_cmn_get_channel(hw, ah, chandef); in ath_set_channel()
86 rxfilter = ath9k_hw_getrxfilter(ah); in ath_set_channel()
89 ath9k_hw_setrxfilter(ah, rxfilter); in ath_set_channel()
358 struct ath_hw *ah = sc->sc_ah; in ath_chanctx_setup_timer() local
360 ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, tsf_time, 1000000); in ath_chanctx_setup_timer()
361 tsf_time -= ath9k_hw_gettsf32(ah); in ath_chanctx_setup_timer()
477 struct ath_hw *ah = sc->sc_ah; in ath_chanctx_event() local
478 struct ath_common *common = ath9k_hw_common(ah); in ath_chanctx_event()
561 sc->sched.next_tbtt = REG_READ(ah, AR_NEXT_TBTT_TIMER); in ath_chanctx_event()
674 tsf_time += ath9k_hw_gettsf32(ah); in ath_chanctx_event()
1354 struct ath_hw *ah = sc->sc_ah; in ath9k_chanctx_stop_queues() local
1366 if (ah->opmode == NL80211_IFTYPE_AP) in ath9k_chanctx_stop_queues()
1373 struct ath_hw *ah = sc->sc_ah; in ath9k_chanctx_wake_queues() local
1385 if (ah->opmode == NL80211_IFTYPE_AP) in ath9k_chanctx_wake_queues()
1395 struct ath_hw *ah = sc->sc_ah; in ath9k_update_p2p_ps_timer() local
1401 ath9k_hw_gen_timer_stop(ah, sc->p2p_ps_timer); in ath9k_update_p2p_ps_timer()
1412 ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, (u32) target_tsf, 1000000); in ath9k_update_p2p_ps_timer()