Searched refs:INIT_RSSI_THR (Results 1 – 10 of 10) sorted by relevance
227 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5210Attach()
82 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to max valu… macro
51 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
245 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5211Attach()
45 #define INIT_RSSI_THR 0x00000781 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
263 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5212InitState()
1535 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_wow_wake_up()
47 #define INIT_RSSI_THR 0x7 /* Missed beacon counter initialized to 0x7 (max is 0xf… macro
5005 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_reset()
136 rssiThrReg = INIT_RSSI_THR; in ar5416Reset()