Home
last modified time | relevance | path

Searched refs:AR_ISR_S1_S (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_interrupts.c94 isr1 = OS_REG_READ(ah, AR_ISR_S1_S); in ar5212GetPendingInterrupts()
117 AH_PRIVATE(ah)->ah_fatalState[2] = OS_REG_READ(ah, AR_ISR_S1_S); in ar5212GetPendingInterrupts()
H A Dar5212reg.h61 #define AR_ISR_S1_S 0x00c8 /* ISR_S1 shadow copy */ macro
/netbsd/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_interrupts.c84 AH_PRIVATE(ah)->ah_fatalState[2] = OS_REG_READ(ah, AR_ISR_S1_S); in ar5211GetPendingInterrupts()
H A Dar5211reg.h64 #define AR_ISR_S1_S 0x00c8 /* Secondary interrupt status reg 1 */ macro
/netbsd/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_interrupts.c119 isr1 = OS_REG_READ(ah, AR_ISR_S1_S); in ar5416GetPendingInterrupts()
/netbsd/sys/dev/ic/
H A Dathnreg.h66 #define AR_ISR_S1_S 0x00c8 macro
H A Darn5008.c1044 reg = AR_READ(sc, AR_ISR_S1_S); in ar5008_tx_intr()