Home
last modified time | relevance | path

Searched refs:AR_RSSI_THR (Results 1 – 21 of 21) sorted by relevance

/freebsd/tools/tools/ath/common/
H A Ddumpregs_5210.c77 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
H A Ddumpregs_5211.c241 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
H A Ddumpregs_5212.c279 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
H A Ddumpregs_5416.c315 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c175 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5211SetStaBeaconTimers()
H A Dar5211reg.h244 #define AR_RSSI_THR 0x8018 /* RSSI warning & missed beacon threshold */ macro
H A Dar5211_reset.c394 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5211Reset()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c200 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5210SetStaBeaconTimers()
H A Dar5210reg.h74 #define AR_RSSI_THR 0x8018 /* Beacon RSSI warning threshold */ macro
H A Dar5210_reset.c186 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5210Reset()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c109 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, in ar9300_set_sta_beacon_timers()
H A Dar9300_power.c1203 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, in ar9300_wow_enable()
1535 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_wow_wake_up()
H A Dar9300_misc.c3218 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_VAL, rssi_threshold); in ar9300_set_hw_beacon_rssi_threshold()
3226 OS_REG_SET_BIT(ah, AR_RSSI_THR, AR_RSSI_BCN_RSSI_RST); in ar9300_reset_hw_beacon_rssi()
H A Dar9300reg.h1372 #define AR_RSSI_THR AR_MAC_PCU_OFFSET(MAC_PCU_BCN_RSSI_CTL) macro
H A Dar9300_reset.c5005 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_reset()
5012 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_BCN_WEIGHT, in ar9300_reset()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c198 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5212SetStaBeaconTimers()
H A Dar5212reg.h259 #define AR_RSSI_THR 0x8018 /* MAC RSSI warning & missed beacon threshold */ macro
H A Dar5212_reset.c453 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5212Reset()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c178 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, in ar5416SetStaBeaconTimers()
H A Dar5416_reset.c133 rssiThrReg = OS_REG_READ(ah, AR_RSSI_THR); in ar5416Reset()
312 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5416Reset()
317 OS_REG_WRITE(ah, AR_RSSI_THR, rssiThrReg); in ar5416Reset()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c371 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5312Reset()