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

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_power.c 91 OS_REG_WRITE(ah, AR_RC, AR_RC_AHB|AR_RC_HOSTIF);
ar5416_interrupts.c 147 OS_REG_WRITE(ah, AR_RC, AR_RC_HOSTIF);
148 OS_REG_WRITE(ah, AR_RC, 0);
ar5416_reset.c 1086 OS_REG_WRITE(ah, AR_RC, AR_RC_AHB);
1089 OS_REG_WRITE(ah, AR_RC, 0);
1121 OS_REG_WRITE(ah, AR_RC, AR_RC_AHB|AR_RC_HOSTIF);
1123 OS_REG_WRITE(ah, AR_RC, AR_RC_AHB);
1151 OS_REG_WRITE(ah, AR_RC, 0);
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210reg.h 53 #define AR_RC 0x4000 /* Reset control */
ar5210_reset.c 47 * The delay, in usecs, between writing AR_RC with a reset
591 OS_REG_WRITE(ah, AR_RC, resetMask);
597 rt = ath_hal_wait(ah, AR_RC, mask, resetMask);
967 OS_REG_READ(ah, AR_RC));
  /src/sys/dev/ic/
athn.c 675 AR_WRITE(sc, AR_RC, AR_RC_AHB);
682 AR_WRITE(sc, AR_RC, 0);
711 AR_WRITE(sc, AR_RC, AR_RC_HOSTIF |
714 AR_WRITE(sc, AR_RC, AR_RC_AHB);
731 AR_WRITE(sc, AR_RC, 0);
779 AR_WRITE(sc, AR_RC, AR_RC_AHB | AR_RC_HOSTIF);
athnreg.h 98 #define AR_RC 0x4000
720 /* Bit for AR_RC. */
arn5008.c 1287 AR_WRITE(sc, AR_RC, AR_RC_HOSTIF);
1288 AR_WRITE(sc, AR_RC, 0);
arn9003.c 1440 AR_WRITE(sc, AR_RC, AR_RC_HOSTIF);
1441 AR_WRITE(sc, AR_RC, 0);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 783 OS_REG_WRITE(ah, AR_RC, resetMask);
790 rt = ath_hal_wait(ah, AR_RC, mask, resetMask);
ar5211reg.h 222 #define AR_RC 0x4000 /* Warm reset control register */
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212reg.h 229 #define AR_RC 0x4000 /* Warm reset control register */
ar5212_reset.c 1146 OS_REG_WRITE(ah, AR_RC, resetMask);
1151 rt = ath_hal_wait(ah, AR_RC, mask, resetMask);

Completed in 31 milliseconds