Searched refs:INIT_RSSI_THR (Results 1 – 10 of 10) sorted by relevance
224 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
242 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5211Attach()
45 #define INIT_RSSI_THR 0x00000781 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
261 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5212InitState()
1523 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_wow_wake_up()
53 #define INIT_RSSI_THR 0x7 /* Missed beacon counter initialized to 0x7 (max is 0xf… macro
4708 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_reset()
133 rssiThrReg = INIT_RSSI_THR; in ar5416Reset()