Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_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()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_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()
/dragonfly/sys/platform/pc64/apic/
HDapicreg.h379 u_int32_t isr5; PAD3; member