Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/ !
Dmci.c376 if (ar9003_mci_state(ah, MCI_STATE_NEED_FLUSH_BT_INFO) && in ath_mci_msg()
377 ar9003_mci_state(ah, MCI_STATE_ENABLE)) { in ath_mci_msg()
380 ar9003_mci_state(ah, MCI_STATE_SEND_STATUS_QUERY); in ath_mci_msg()
385 ar9003_mci_state(ah, MCI_STATE_SEND_WLAN_COEX_VERSION); in ath_mci_msg()
497 if (ar9003_mci_state(ah, MCI_STATE_ENABLE) == 0) { in ath_mci_intr()
498 ar9003_mci_state(ah, MCI_STATE_INIT_GPM_OFFSET); in ath_mci_intr()
517 ar9003_mci_state(ah, MCI_STATE_RESET_REQ_WAKE); in ath_mci_intr()
522 ar9003_mci_state(ah, MCI_STATE_SET_BT_AWAKE); in ath_mci_intr()
529 (ar9003_mci_state(ah, MCI_STATE_REMOTE_SLEEP) != in ath_mci_intr()
531 ar9003_mci_state(ah, MCI_STATE_SET_BT_AWAKE); in ath_mci_intr()
[all …]
Dar9003_mci.c325 if (ar9003_mci_state(ah, MCI_STATE_ENABLE) && in ar9003_mci_set_full_sleep()
501 cur_bt_state = ar9003_mci_state(ah, MCI_STATE_REMOTE_SLEEP); in ar9003_mci_sync_bt_state()
1011 ar9003_mci_state(ah, MCI_STATE_INIT_GPM_OFFSET); in ar9003_mci_reset()
1290 u32 ar9003_mci_state(struct ath_hw *ah, u32 state_type) in ar9003_mci_state() function
1402 EXPORT_SYMBOL(ar9003_mci_state);
Dar9003_mci.h309 u32 ar9003_mci_state(struct ath_hw *ah, u32 state_type);
Dar9003_wow.c31 if (ar9003_mci_state(ah, MCI_STATE_GET_WLAN_PS_STATE) != MCI_PS_DISABLE) in ath9k_hw_set_sta_powersave()
Dgpio.c178 if (ar9003_mci_state(ah, MCI_STATE_NEED_FTP_STOMP) && in ath_mci_ftp_adjust()