Searched refs:AR_ISR_GENTMR (Results 1 – 4 of 4) sorted by relevance
198 if ((isr & AR_ISR_GENTMR) || (! pCap->halAutoSleepSupport)) { in ar5416GetPendingInterrupts()202 isr &= ~AR_ISR_GENTMR; in ar5416GetPendingInterrupts()
310 #define AR_ISR_GENTMR 0x10000000 /* OR of generic timer bits in S5 */ macro
284 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()
267 #define AR_ISR_GENTMR 0x10000000 // OR of generic timer bits in ISR 5 macro