Searched refs:gpm_opcode (Results 1 – 2 of 2) sorted by relevance
545 u_int8_t gpm_type, u_int8_t gpm_opcode, u_int32_t *p_gpm) in ar9300_mci_process_gpm_extra() argument553 switch (gpm_opcode) in ar9300_mci_process_gpm_extra()610 u_int8_t gpm_opcode, int32_t time_out) in ar9300_mci_wait_for_gpm() argument667 if ((recv_type == gpm_type) && (recv_opcode == gpm_opcode)) { in ar9300_mci_wait_for_gpm()722 "(MCI) Receive GPM type=0x%x, code=0x%x\n", gpm_type, gpm_opcode); in ar9300_mci_wait_for_gpm()
1645 extern u_int32_t ar9300_mci_wait_for_gpm(struct ath_hal *ah, u_int8_t gpm_type, u_int8_t gpm_opcode…