gpm_type          536 drivers/net/wireless/ath/ath9k/ar9003_mci.c static void ar9003_mci_process_gpm_extra(struct ath_hw *ah, u8 gpm_type,
gpm_type          543 drivers/net/wireless/ath/ath9k/ar9003_mci.c 	if (gpm_type != MCI_GPM_COEX_AGENT)
gpm_type          583 drivers/net/wireless/ath/ath9k/ar9003_mci.c static u32 ar9003_mci_wait_for_gpm(struct ath_hw *ah, u8 gpm_type,
gpm_type          591 drivers/net/wireless/ath/ath9k/ar9003_mci.c 	bool b_is_bt_cal_done = (gpm_type == MCI_GPM_BT_CAL_DONE);
gpm_type          620 drivers/net/wireless/ath/ath9k/ar9003_mci.c 			if (recv_type == gpm_type) {
gpm_type          621 drivers/net/wireless/ath/ath9k/ar9003_mci.c 				if ((gpm_type == MCI_GPM_BT_CAL_DONE) &&
gpm_type          623 drivers/net/wireless/ath/ath9k/ar9003_mci.c 					gpm_type = MCI_GPM_BT_CAL_GRANT;
gpm_type          628 drivers/net/wireless/ath/ath9k/ar9003_mci.c 		} else if ((recv_type == gpm_type) &&
gpm_type          645 drivers/net/wireless/ath/ath9k/ar9003_mci.c 		if ((gpm_type == MCI_GPM_BT_CAL_GRANT) &&
gpm_type          650 drivers/net/wireless/ath/ath9k/ar9003_mci.c 			gpm_type = MCI_GPM_BT_CAL_DONE;