Searched refs:gpm_type (Results 1 – 2 of 2) sorted by relevance
559 u_int8_t gpm_type, u_int8_t gpm_opcode, u_int32_t *p_gpm) in ar9300_mci_process_gpm_extra() argument564 switch (gpm_type) in ar9300_mci_process_gpm_extra()623 u_int32_t ar9300_mci_wait_for_gpm(struct ath_hal *ah, u_int8_t gpm_type, in ar9300_mci_wait_for_gpm() argument628 HAL_BOOL b_is_bt_cal_done = (gpm_type == MCI_GPM_BT_CAL_DONE); in ar9300_mci_wait_for_gpm()664 if (recv_type == gpm_type) { in ar9300_mci_wait_for_gpm()665 if ((gpm_type == MCI_GPM_BT_CAL_DONE) && !b_is_bt_cal_done) in ar9300_mci_wait_for_gpm()667 gpm_type = MCI_GPM_BT_CAL_GRANT; in ar9300_mci_wait_for_gpm()672 if (gpm_type == MCI_GPM_BT_CAL_GRANT) { in ar9300_mci_wait_for_gpm()681 if ((recv_type == gpm_type) && (recv_opcode == gpm_opcode)) { in ar9300_mci_wait_for_gpm()700 if ((gpm_type == MCI_GPM_BT_CAL_GRANT) && in ar9300_mci_wait_for_gpm()[all …]
1669 extern u_int32_t ar9300_mci_wait_for_gpm(struct ath_hal *ah, u_int8_t gpm_type, u_int8_t gpm_opcode…