Home
last modified time | relevance | path

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

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