Lines Matching refs:sc_ah

121 	struct ath_common *common = ath9k_hw_common(sc->sc_ah);  in ath_mci_update_scheme()
124 struct ath9k_hw_mci *mci_hw = &sc->sc_ah->btcoex_hw.mci; in ath_mci_update_scheme()
160 btcoex->duty_cycle = AR_SREV_9565(sc->sc_ah) ? 40 : 35; in ath_mci_update_scheme()
186 if (IS_CHAN_2GHZ(sc->sc_ah->curchan)) { in ath_mci_update_scheme()
187 if (IS_CHAN_HT(sc->sc_ah->curchan)) in ath_mci_update_scheme()
194 ath9k_hw_btcoex_disable(sc->sc_ah); in ath_mci_update_scheme()
196 if (IS_CHAN_5GHZ(sc->sc_ah->curchan)) in ath_mci_update_scheme()
206 ath9k_hw_btcoex_enable(sc->sc_ah); in ath_mci_update_scheme()
212 struct ath_hw *ah = sc->sc_ah; in ath_mci_cal_msg()
227 ar9003_mci_send_message(sc->sc_ah, MCI_GPM, 0, payload, in ath_mci_cal_msg()
294 ath9k_hw_btcoex_set_concur_txprio(sc->sc_ah, stomp_txprio); in ath_mci_set_concur_txprio()
300 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_process_profile()
371 struct ath_hw *ah = sc->sc_ah; in ath_mci_msg()
374 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_msg()
438 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_setup()
461 ret = ar9003_mci_setup(sc->sc_ah, mci->gpm_buf.bf_paddr, in ath_mci_setup()
477 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_cleanup()
478 struct ath_hw *ah = sc->sc_ah; in ath_mci_cleanup()
488 struct ath_hw *ah = sc->sc_ah; in ath_mci_intr()
497 ar9003_mci_get_interrupt(sc->sc_ah, &mci_int, &mci_int_rxmsg); in ath_mci_intr()
635 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_enable()
640 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_MCI) in ath_mci_enable()
641 sc->sc_ah->imask |= ATH9K_INT_MCI; in ath_mci_enable()
646 struct ath_hw *ah = sc->sc_ah; in ath9k_mci_update_wlan_channels()
697 struct ath_hw *ah = sc->sc_ah; in ath9k_mci_set_txpower()
698 struct ath9k_hw_mci *mci_hw = &sc->sc_ah->btcoex_hw.mci; in ath9k_mci_set_txpower()
729 struct ath_hw *ah = sc->sc_ah; in ath9k_mci_stomp_audio()
745 struct ath_hw *ah = sc->sc_ah; in ath9k_mci_update_rssi()
747 struct ath9k_hw_mci *mci_hw = &sc->sc_ah->btcoex_hw.mci; in ath9k_mci_update_rssi()