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

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_beacon.c 189 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
ar5210reg.h 74 #define AR_RSSI_THR 0x8018 /* Beacon RSSI warning threshold */
ar5210_reset.c 180 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_beacon.c 166 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
ar5211reg.h 244 #define AR_RSSI_THR 0x8018 /* RSSI warning & missed beacon threshold */
ar5211_reset.c 403 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_beacon.c 176 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
ar5212reg.h 257 #define AR_RSSI_THR 0x8018 /* MAC RSSI warning & missed beacon threshold */
ar5212_reset.c 438 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_beacon.c 166 OS_REG_RMW_FIELD(ah, AR_RSSI_THR,
ar5416_reset.c 167 rssiThrReg = OS_REG_READ(ah, AR_RSSI_THR);
194 OS_REG_WRITE(ah, AR_RSSI_THR, rssiThrReg);
299 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_reset.c 395 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr);
  /src/sys/dev/ic/
athnreg.h 137 #define AR_RSSI_THR 0x8018
984 /* Bits for AR_RSSI_THR. */
athn.c 2008 reg = AR_READ(sc, AR_RSSI_THR);
2010 AR_WRITE(sc, AR_RSSI_THR, reg);
2314 AR_WRITE(sc, AR_RSSI_THR, SM(AR_RSSI_THR_BM_THR, 7));

Completed in 31 milliseconds