Home
last modified time | relevance | path

Searched refs:isr5 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c199 uint32_t isr5; in ar5416GetPendingInterrupts() local
200 isr5 = OS_REG_READ(ah, AR_ISR_S5); in ar5416GetPendingInterrupts()
201 OS_REG_WRITE(ah, AR_ISR_S5, isr5); in ar5416GetPendingInterrupts()
205 if (isr5 & AR_ISR_S5_TIM_TIMER) in ar5416GetPendingInterrupts()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c278 u_int32_t isr5 = OS_REG_READ(ah, AR_ISR_S5_S); in ar9300_get_pending_interrupts()
279 if (isr5 & AR_ISR_S5_TIM_TIMER) { in ar9300_get_pending_interrupts()
/freebsd/sys/x86/include/
H A Dapicreg.h147 u_int32_t isr5; PAD3; member