Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c96 ar5211GetInterrupts(struct ath_hal *ah) in ar5211GetInterrupts() function
H A Dar5211.h321 extern HAL_INT ar5211GetInterrupts(struct ath_hal *);
H A Dar5211_attach.c170 .ah_getInterrupts = ar5211GetInterrupts,
H A Dar5211_xmit.c41 HAL_INT ints = ar5211GetInterrupts(ah); in ar5211UpdateTxTrigLevel()