Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_attach.c227 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5210Attach()
Dar5210.h84 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to max valu… macro
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211.h53 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
Dar5211_attach.c245 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5211Attach()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_attach.c263 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5212InitState()
Dar5212.h47 #define INIT_RSSI_THR 0x00000781 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_power.c1535 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_wow_wake_up()
Dar9300.h47 #define INIT_RSSI_THR 0x7 /* Missed beacon counter initialized to 0x7 (max is 0xf… macro
Dar9300_reset.c5000 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_reset()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c138 rssiThrReg = INIT_RSSI_THR; in ar5416Reset()