Home
last modified time | relevance | path

Searched refs:AR_PHY_CURRENT_RSSI (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211phy.h86 #define AR_PHY_CURRENT_RSSI 0x9c1c /* rssi of current frame being received */ macro
HDar5211_misc.c588 return (OS_REG_READ(ah, AR_PHY_CURRENT_RSSI) & 0xff); in ar5211GetCurRssi()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212phy.h291 #define AR_PHY_CURRENT_RSSI 0x9c1c /* rssi of current frame rx'd */ macro
HDar5212_misc.c405 return (OS_REG_READ(ah, AR_PHY_CURRENT_RSSI) & 0xff); in ar5212GetCurRssi()
/freebsd-11-stable/tools/tools/ath/common/
HDdumpregs_5211.c280 DEFVOID(AR_PHY_CURRENT_RSSI,"PHY_CURRENT_RSSI"),
HDdumpregs_5212.c402 DEFVOID(AR_PHY_CURRENT_RSSI,"PHY_CURRENT_RSSI"),
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_misc.c187 return (OS_REG_READ(ah, AR_PHY_CURRENT_RSSI) & 0xff); in ar5416GetCurRssi()