Home
last modified time | relevance | path

Searched refs:AR_ISR (Results 1 – 19 of 19) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c103 OS_REG_WRITE(ah, AR_ISR, AR_ISR_HP_RXOK); in ar9300_get_pending_interrupts()
107 OS_REG_WRITE(ah, AR_ISR, in ar9300_get_pending_interrupts()
112 OS_REG_WRITE(ah, AR_ISR, AR_ISR_TXOK); in ar9300_get_pending_interrupts()
134 isr = OS_REG_READ(ah, AR_ISR); in ar9300_get_pending_interrupts()
148 ah->ah_intrstate[0] = OS_REG_READ(ah, AR_ISR); in ar9300_get_pending_interrupts()
330 OS_REG_WRITE(ah, AR_ISR, isr); in ar9300_get_pending_interrupts()
333 (void) OS_REG_READ(ah, AR_ISR); in ar9300_get_pending_interrupts()
H A Dar9300reg.h237 #define AR_ISR AR_MAC_DMA_OFFSET(MAC_DMA_ISR_P) macro
H A Dar9300_reset.c4938 OS_REG_WRITE(ah, AR_ISR, ~0); /* cleared on write */ in ar9300_reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c86 isr = OS_REG_READ(ah, AR_ISR); in ar5416GetPendingInterrupts()
90 isr = OS_REG_READ(ah, AR_ISR); in ar5416GetPendingInterrupts()
220 OS_REG_WRITE(ah, AR_ISR, isr); in ar5416GetPendingInterrupts()
222 OS_REG_READ(ah, AR_ISR); in ar5416GetPendingInterrupts()
H A Dar5416_reset.c312 OS_REG_WRITE(ah, AR_ISR, ~0); /* cleared on write */ in ar5416Reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_interrupts.c49 isr = OS_REG_READ(ah, AR_ISR); in ar5210GetPendingInterrupts()
H A Dar5210reg.h39 #define AR_ISR 0x001c /* Interrupt status register */ macro
H A Dar5210_reset.c170 (void) OS_REG_READ(ah, AR_ISR); /* cleared on read */ in ar5210Reset()
/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5210.c49 DEFVOIDfmt(AR_ISR, "ISR", AR_ISR_BITS),
H A Ddumpregs_5211.c61 DEFINT(AR_ISR, "ISR"),
H A Ddumpregs_5212.c64 DEFINTfmt(AR_ISR, "ISR",
H A Ddumpregs_5416.c67 DEFINTfmt(AR_ISR, "ISR",
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c61 isr = OS_REG_READ(ah, AR_ISR); in ar5212GetPendingInterrupts()
H A Dar5212reg.h46 #define AR_ISR 0x0080 /* MAC Primary interrupt status register */ macro
H A Dar5212_reset.c455 OS_REG_WRITE(ah, AR_ISR, ~0); /* cleared on write */ in ar5212Reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211reg.h49 #define AR_ISR 0x0080 /* Primary interrupt status register */ macro
H A Dar5211_reset.c396 OS_REG_WRITE(ah, AR_ISR, ~0); /* cleared on write */ in ar5211Reset()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_reset.c373 OS_REG_WRITE(ah, AR_ISR, ~0); /* cleared on write */ in ar5312Reset()
/dragonfly/tools/tools/ath/athregs/
H A Ddumpregs.c523 , OS_REG_READ(ah, AR_ISR) in ath_hal_dumpint()