Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dmci.c378 if (ar9003_mci_state(ah, MCI_STATE_NEED_FLUSH_BT_INFO) && in ath_mci_msg()
379 ar9003_mci_state(ah, MCI_STATE_ENABLE)) { in ath_mci_msg()
382 ar9003_mci_state(ah, MCI_STATE_SEND_STATUS_QUERY); in ath_mci_msg()
387 ar9003_mci_state(ah, MCI_STATE_SEND_WLAN_COEX_VERSION); in ath_mci_msg()
499 if (ar9003_mci_state(ah, MCI_STATE_ENABLE) == 0) { in ath_mci_intr()
500 ar9003_mci_state(ah, MCI_STATE_INIT_GPM_OFFSET); in ath_mci_intr()
519 ar9003_mci_state(ah, MCI_STATE_RESET_REQ_WAKE); in ath_mci_intr()
524 ar9003_mci_state(ah, MCI_STATE_SET_BT_AWAKE); in ath_mci_intr()
531 (ar9003_mci_state(ah, MCI_STATE_REMOTE_SLEEP) != in ath_mci_intr()
533 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()
1010 ar9003_mci_state(ah, MCI_STATE_INIT_GPM_OFFSET); in ar9003_mci_reset()
1289 u32 ar9003_mci_state(struct ath_hw *ah, u32 state_type) in ar9003_mci_state() function
1401 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()