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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c523 static void ar9003_mci_process_gpm_extra(struct ath_hw *ah, u8 gpm_type, ar9003_mci_process_gpm_extra() argument
530 if (gpm_type != MCI_GPM_COEX_AGENT) ar9003_mci_process_gpm_extra()
570 static u32 ar9003_mci_wait_for_gpm(struct ath_hw *ah, u8 gpm_type, ar9003_mci_wait_for_gpm() argument
578 bool b_is_bt_cal_done = (gpm_type == MCI_GPM_BT_CAL_DONE); ar9003_mci_wait_for_gpm()
607 if (recv_type == gpm_type) { ar9003_mci_wait_for_gpm()
608 if ((gpm_type == MCI_GPM_BT_CAL_DONE) && ar9003_mci_wait_for_gpm()
610 gpm_type = MCI_GPM_BT_CAL_GRANT; ar9003_mci_wait_for_gpm()
615 } else if ((recv_type == gpm_type) && ar9003_mci_wait_for_gpm()
632 if ((gpm_type == MCI_GPM_BT_CAL_GRANT) && ar9003_mci_wait_for_gpm()
637 gpm_type = MCI_GPM_BT_CAL_DONE; ar9003_mci_wait_for_gpm()

Completed in 121 milliseconds