Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c643 p_gpm = (u_int32_t *) (ahp->ah_mci_gpm_buf + offset); in ar9300_mci_wait_for_gpm()
733 p_gpm = (u_int32_t *) (ahp->ah_mci_gpm_buf + offset); in ar9300_mci_wait_for_gpm()
895 ahp->ah_mci_gpm_buf = gpm_buf; in ar9300_mci_setup()
1323 payload = (u_int32_t *) (ahp->ah_mci_gpm_buf + offset); in ar9300_mci_is_gpm_valid()
H A Dar9300.h827 u_int8_t *ah_mci_gpm_buf; member