Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/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()