Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_interrupts.c96 ar5211GetInterrupts(struct ath_hal *ah) in ar5211GetInterrupts() function
HDar5211.h321 extern HAL_INT ar5211GetInterrupts(struct ath_hal *);
HDar5211_attach.c170 .ah_getInterrupts = ar5211GetInterrupts,
HDar5211_xmit.c41 HAL_INT ints = ar5211GetInterrupts(ah); in ar5211UpdateTxTrigLevel()