Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_interrupts.c83 ar5210GetInterrupts(struct ath_hal *ah) in ar5210GetInterrupts() function
H A Dar5210_attach.c170 .ah_getInterrupts = ar5210GetInterrupts,
H A Dar5210.h295 extern HAL_INT ar5210GetInterrupts(struct ath_hal *);
H A Dar5210_xmit.c332 HAL_INT ints = ar5210GetInterrupts(ah); in ar5210UpdateTxTrigLevel()