Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_mci.c559 u_int8_t gpm_type, u_int8_t gpm_opcode, u_int32_t *p_gpm) in ar9300_mci_process_gpm_extra() argument
562 u_int8_t *p_data = (u_int8_t *) p_gpm; in ar9300_mci_process_gpm_extra()
612 *(p_gpm + 3)); in ar9300_mci_process_gpm_extra()
626 u_int32_t *p_gpm = NULL, mismatch = 0, more_data = HAL_MCI_GPM_NOMORE; in ar9300_mci_wait_for_gpm() local
638 if (p_gpm != NULL) { in ar9300_mci_wait_for_gpm()
639 MCI_GPM_RECYCLE(p_gpm); in ar9300_mci_wait_for_gpm()
640 p_gpm = NULL; in ar9300_mci_wait_for_gpm()
657 p_gpm = (u_int32_t *) (ahp->ah_mci_gpm_buf + offset); in ar9300_mci_wait_for_gpm()
658 ar9300_mci_print_msg(ah, AH_FALSE, MCI_GPM, 16, p_gpm); in ar9300_mci_wait_for_gpm()
660 recv_type = MCI_GPM_TYPE(p_gpm); in ar9300_mci_wait_for_gpm()
[all …]