Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c198 if ((isr & AR_ISR_GENTMR) || (! pCap->halAutoSleepSupport)) { in ar5416GetPendingInterrupts()
202 isr &= ~AR_ISR_GENTMR; in ar5416GetPendingInterrupts()
H A Dar5416reg.h310 #define AR_ISR_GENTMR 0x10000000 /* OR of generic timer bits in S5 */ macro
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c284 if (isr & AR_ISR_GENTMR) { in ar9300_get_pending_interrupts()
293 if (isr & AR_ISR_GENTMR) { in ar9300_get_pending_interrupts()
316 isr &= ~AR_ISR_GENTMR; in ar9300_get_pending_interrupts()
H A Dar9300reg.h267 #define AR_ISR_GENTMR 0x10000000 // OR of generic timer bits in ISR 5 macro