Home
last modified time | relevance | path

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

/freebsd-10-stable/tools/tools/ath/common/
Ddumpregs_5210.c78 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
Ddumpregs_5211.c242 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
Ddumpregs_5416.c316 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
Ddumpregs_5212.c280 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_beacon.c175 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5211SetStaBeaconTimers()
Dar5211reg.h244 #define AR_RSSI_THR 0x8018 /* RSSI warning & missed beacon threshold */ macro
Dar5211_reset.c393 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5211Reset()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_beacon.c200 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5210SetStaBeaconTimers()
Dar5210reg.h74 #define AR_RSSI_THR 0x8018 /* Beacon RSSI warning threshold */ macro
Dar5210_reset.c181 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5210Reset()
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_beacon.c100 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, in ar9300_set_sta_beacon_timers()
Dar9300_power.c1191 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, in ar9300_wow_enable()
1523 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_wow_wake_up()
Dar9300_misc.c3075 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_VAL, rssi_threshold); in ar9300_set_hw_beacon_rssi_threshold()
3083 OS_REG_SET_BIT(ah, AR_RSSI_THR, AR_RSSI_BCN_RSSI_RST); in ar9300_reset_hw_beacon_rssi()
Dar9300reg.h1371 #define AR_RSSI_THR AR_MAC_PCU_OFFSET(MAC_PCU_BCN_RSSI_CTL) macro
Dar9300_reset.c4708 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_reset()
4715 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_BCN_WEIGHT, in ar9300_reset()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_beacon.c198 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5212SetStaBeaconTimers()
Dar5212reg.h259 #define AR_RSSI_THR 0x8018 /* MAC RSSI warning & missed beacon threshold */ macro
Dar5212_reset.c450 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5212Reset()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_beacon.c178 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, in ar5416SetStaBeaconTimers()
Dar5416_reset.c130 rssiThrReg = OS_REG_READ(ah, AR_RSSI_THR); in ar5416Reset()
307 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5416Reset()
312 OS_REG_WRITE(ah, AR_RSSI_THR, rssiThrReg); in ar5416Reset()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5312/
Dar5312_reset.c369 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5312Reset()