Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c224 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5210Attach()
HDar5210.h82 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to max valu… macro
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211.h51 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
HDar5211_attach.c242 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5211Attach()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212.h45 #define INIT_RSSI_THR 0x00000781 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
HDar5212_attach.c261 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5212InitState()
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_power.c1523 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_wow_wake_up()
HDar9300.h53 #define INIT_RSSI_THR 0x7 /* Missed beacon counter initialized to 0x7 (max is 0xf… macro
HDar9300_reset.c4708 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_reset()
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c133 rssiThrReg = INIT_RSSI_THR; in ar5416Reset()