Searched refs:gpm_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c536 static void ar9003_mci_process_gpm_extra(struct ath_hw *ah, u8 gpm_type, argument
543 if (gpm_type != MCI_GPM_COEX_AGENT)
583 static u32 ar9003_mci_wait_for_gpm(struct ath_hw *ah, u8 gpm_type, argument
591 bool b_is_bt_cal_done = (gpm_type == MCI_GPM_BT_CAL_DONE);
620 if (recv_type == gpm_type) {
621 if ((gpm_type == MCI_GPM_BT_CAL_DONE) &&
623 gpm_type = MCI_GPM_BT_CAL_GRANT;
628 } else if ((recv_type == gpm_type) &&
645 if ((gpm_type == MCI_GPM_BT_CAL_GRANT) &&
650 gpm_type
[all...]

Completed in 113 milliseconds