Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dmci.c124 struct ath9k_hw_mci *mci_hw = &sc->sc_ah->btcoex_hw.mci; in ath_mci_update_scheme() local
128 if (mci_hw->config & ATH_MCI_CONFIG_DISABLE_TUNING) in ath_mci_update_scheme()
214 struct ath9k_hw_mci *mci_hw = &ah->btcoex_hw.mci; in ath_mci_cal_msg() local
219 if (mci_hw->bt_state == MCI_BT_AWAKE) { in ath_mci_cal_msg()
220 mci_hw->bt_state = MCI_BT_CAL_START; in ath_mci_cal_msg()
223 ath_dbg(common, MCI, "MCI State : %d\n", mci_hw->bt_state); in ath_mci_cal_msg()
490 struct ath9k_hw_mci *mci_hw = &ah->btcoex_hw.mci; in ath_mci_intr() local
530 if ((mci_hw->bt_state == MCI_BT_SLEEP) && in ath_mci_intr()
539 if ((mci_hw->bt_state == MCI_BT_AWAKE) && in ath_mci_intr()
542 mci_hw->bt_state = MCI_BT_SLEEP; in ath_mci_intr()
[all …]