HomeSort by: relevance | last modified time | path
    Searched refs:AR_IMR (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_interrupts.c 124 OS_REG_WRITE(ah, AR_IMR, mask);
ar5210reg.h 40 #define AR_IMR 0x0020 /* Interrupt mask register */
ar5210_reset.c 165 OS_REG_WRITE(ah, AR_IMR, 0);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_interrupts.c 150 OS_REG_WRITE(ah, AR_IMR, mask);
ar5211_reset.c 512 OS_REG_WRITE(ah, AR_IMR, INIT_INTERRUPT_MASK);
521 OS_REG_WRITE(ah, AR_IMR, OS_REG_READ(ah, AR_IMR) | AR_IMR_MIB);
ar5211reg.h 55 #define AR_IMR 0x00a0 /* Primary interrupt mask register */
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_interrupts.c 191 OS_REG_WRITE(ah, AR_IMR, mask);
ar5212reg.h 52 #define AR_IMR 0x00a0 /* MAC Primary interrupt mask register */
ar5212_reset.c 561 OS_REG_WRITE(ah, AR_IMR, ahp->ah_maskReg);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_interrupts.c 241 OS_REG_WRITE(ah, AR_IMR, mask);
ar5416_reset.c 586 OS_REG_WRITE(ah, AR_IMR, ahp->ah_maskReg);
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 524 OS_REG_WRITE(ah, AR_IMR, ahp->ah_maskReg);
  /src/sys/dev/ic/
athnreg.h 57 #define AR_IMR 0x00a0
462 /* Bits for AR_IMR. */
athn.c 2118 AR_WRITE(sc, AR_IMR, sc->sc_imask);
2151 AR_WRITE(sc, AR_IMR, 0);
2340 AR_WRITE(sc, AR_IMR, sc->sc_imask);

Completed in 80 milliseconds