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

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_gpio.c 191 val = MS(OS_REG_READ(ah, AR_INTR_SYNC_CAUSE),
193 OS_REG_RMW_FIELD(ah, AR_INTR_SYNC_CAUSE,
ar5416_interrupts.c 45 isr = OS_REG_READ(ah, AR_INTR_SYNC_CAUSE);
76 sync_cause = OS_REG_READ(ah, AR_INTR_SYNC_CAUSE);
ar5416reg.h 38 #define AR_INTR_SYNC_CAUSE 0x4028 /* check pending interrupts */
ar5416_reset.c 1118 tmpReg = OS_REG_READ(ah, AR_INTR_SYNC_CAUSE);
  /src/sys/dev/ic/
arn5008.c 1193 intr = AR_READ(sc, AR_INTR_SYNC_CAUSE);
1203 sync = AR_READ(sc, AR_INTR_SYNC_CAUSE) & sc->sc_isync;
1298 AR_WRITE(sc, AR_INTR_SYNC_CAUSE, sync);
1299 (void)AR_READ(sc, AR_INTR_SYNC_CAUSE);
arn9003.c 1351 intr = AR_READ(sc, AR_INTR_SYNC_CAUSE);
1361 sync = AR_READ(sc, AR_INTR_SYNC_CAUSE) & sc->sc_isync;
1450 AR_WRITE(sc, AR_INTR_SYNC_CAUSE, sync);
1451 (void)AR_READ(sc, AR_INTR_SYNC_CAUSE);
athnreg.h 106 #define AR_INTR_SYNC_CAUSE 0x4028
811 /* Bits for AR_INTR_SYNC_CAUSE. */
athn.c 708 if (AR_READ(sc, AR_INTR_SYNC_CAUSE) &
2342 AR_WRITE(sc, AR_INTR_SYNC_CAUSE, 0xffffffff);
2966 AR_WRITE(sc, AR_INTR_SYNC_CAUSE, 0xffffffff);

Completed in 23 milliseconds