Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A 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 …]
H A Dar9003_mci.h309 u32 ar9003_mci_state(struct ath_hw *ah, u32 state_type);
H A Dar9003_wow.c31 if (ar9003_mci_state(ah, MCI_STATE_GET_WLAN_PS_STATE) != MCI_PS_DISABLE) in ath9k_hw_set_sta_powersave()
H A Dgpio.c178 if (ar9003_mci_state(ah, MCI_STATE_NEED_FTP_STOMP) && in ath_mci_ftp_adjust()