Symbol: ar9003_mci_state
drivers/net/wireless/ath/ath9k/ar9003_mci.c
1010
ar9003_mci_state(ah, MCI_STATE_INIT_GPM_OFFSET);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
1401
EXPORT_SYMBOL(ar9003_mci_state);
drivers/net/wireless/ath/ath9k/ar9003_mci.c
325
if (ar9003_mci_state(ah, MCI_STATE_ENABLE) &&
drivers/net/wireless/ath/ath9k/ar9003_mci.c
501
cur_bt_state = ar9003_mci_state(ah, MCI_STATE_REMOTE_SLEEP);
drivers/net/wireless/ath/ath9k/ar9003_mci.h
309
u32 ar9003_mci_state(struct ath_hw *ah, u32 state_type);
drivers/net/wireless/ath/ath9k/ar9003_wow.c
31
if (ar9003_mci_state(ah, MCI_STATE_GET_WLAN_PS_STATE) != MCI_PS_DISABLE)
drivers/net/wireless/ath/ath9k/gpio.c
178
if (ar9003_mci_state(ah, MCI_STATE_NEED_FTP_STOMP) &&
drivers/net/wireless/ath/ath9k/mci.c
378
if (ar9003_mci_state(ah, MCI_STATE_NEED_FLUSH_BT_INFO) &&
drivers/net/wireless/ath/ath9k/mci.c
379
ar9003_mci_state(ah, MCI_STATE_ENABLE)) {
drivers/net/wireless/ath/ath9k/mci.c
382
ar9003_mci_state(ah, MCI_STATE_SEND_STATUS_QUERY);
drivers/net/wireless/ath/ath9k/mci.c
387
ar9003_mci_state(ah, MCI_STATE_SEND_WLAN_COEX_VERSION);
drivers/net/wireless/ath/ath9k/mci.c
499
if (ar9003_mci_state(ah, MCI_STATE_ENABLE) == 0) {
drivers/net/wireless/ath/ath9k/mci.c
500
ar9003_mci_state(ah, MCI_STATE_INIT_GPM_OFFSET);
drivers/net/wireless/ath/ath9k/mci.c
519
ar9003_mci_state(ah, MCI_STATE_RESET_REQ_WAKE);
drivers/net/wireless/ath/ath9k/mci.c
524
ar9003_mci_state(ah, MCI_STATE_SET_BT_AWAKE);
drivers/net/wireless/ath/ath9k/mci.c
531
(ar9003_mci_state(ah, MCI_STATE_REMOTE_SLEEP) !=
drivers/net/wireless/ath/ath9k/mci.c
533
ar9003_mci_state(ah, MCI_STATE_SET_BT_AWAKE);
drivers/net/wireless/ath/ath9k/mci.c
540
(ar9003_mci_state(ah, MCI_STATE_REMOTE_SLEEP) !=
drivers/net/wireless/ath/ath9k/mci.c
547
ar9003_mci_state(ah, MCI_STATE_RECOVER_RX);
drivers/net/wireless/ath/ath9k/mci.c
553
ar9003_mci_state(ah, MCI_STATE_LAST_SCHD_MSG_OFFSET);
drivers/net/wireless/ath/ath9k/mci.c
691
ar9003_mci_state(ah, MCI_STATE_SEND_VERSION_QUERY);