Home
last modified time | relevance | path

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

/NextBSD/tools/tools/ath/common/
HDdumpregs_5210.c79 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
HDdumpregs_5211.c243 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
HDdumpregs_5416.c317 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
HDdumpregs_5212.c281 DEFBASIC(AR_RSSI_THR, "RSSI_THR"),
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_beacon.c175 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5211SetStaBeaconTimers()
HDar5211reg.h244 #define AR_RSSI_THR 0x8018 /* RSSI warning & missed beacon threshold */ macro
HDar5211_reset.c394 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5211Reset()
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_beacon.c200 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5210SetStaBeaconTimers()
HDar5210reg.h74 #define AR_RSSI_THR 0x8018 /* Beacon RSSI warning threshold */ macro
HDar5210_reset.c186 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5210Reset()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_beacon.c109 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, in ar9300_set_sta_beacon_timers()
HDar9300_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()
HDar9300_misc.c3166 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_VAL, rssi_threshold); in ar9300_set_hw_beacon_rssi_threshold()
3174 OS_REG_SET_BIT(ah, AR_RSSI_THR, AR_RSSI_BCN_RSSI_RST); in ar9300_reset_hw_beacon_rssi()
HDar9300reg.h1371 #define AR_RSSI_THR AR_MAC_PCU_OFFSET(MAC_PCU_BCN_RSSI_CTL) macro
HDar9300_reset.c4940 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_THR_BM_THR, INIT_RSSI_THR); in ar9300_reset()
4947 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, AR_RSSI_BCN_WEIGHT, in ar9300_reset()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_beacon.c198 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5212SetStaBeaconTimers()
HDar5212reg.h259 #define AR_RSSI_THR 0x8018 /* MAC RSSI warning & missed beacon threshold */ macro
HDar5212_reset.c453 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5212Reset()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_beacon.c178 OS_REG_RMW_FIELD(ah, AR_RSSI_THR, in ar5416SetStaBeaconTimers()
HDar5416_reset.c133 rssiThrReg = OS_REG_READ(ah, AR_RSSI_THR); in ar5416Reset()
310 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5416Reset()
315 OS_REG_WRITE(ah, AR_RSSI_THR, rssiThrReg); in ar5416Reset()
/NextBSD/sys/dev/ath/ath_hal/ar5312/
HDar5312_reset.c371 OS_REG_WRITE(ah, AR_RSSI_THR, ahp->ah_rssiThr); in ar5312Reset()