Searched refs:INIT_RSSI_THR (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c224 ahp->ah_rssiThr = INIT_RSSI_THR;
H A Dar5210.h82 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to max value of 7 */ macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211.h51 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
H A Dar5211_attach.c242 ahp->ah_rssiThr = INIT_RSSI_THR;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h45 #define INIT_RSSI_THR 0x00000781 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
H A Dar5212_attach.c261 ahp->ah_rssiThr = INIT_RSSI_THR;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c1535 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR);
H A Dar9300.h53 #define INIT_RSSI_THR 0x7 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
H A Dar9300_reset.c4961 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c136 rssiThrReg = INIT_RSSI_THR;

Completed in 107 milliseconds