Home
last modified time | relevance | path

Searched refs:HAL_RSSI_ANI_ENA (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c66 (AH5212(ah)->ah_procPhyErr & HAL_RSSI_ANI_ENA)
604 ahp->ah_procPhyErr |= HAL_RSSI_ANI_ENA; in ar5416AniReset()
606 ahp->ah_procPhyErr &= ~HAL_RSSI_ANI_ENA; in ar5416AniReset()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c62 (AH5212(ah)->ah_procPhyErr & HAL_RSSI_ANI_ENA)
637 ahp->ah_procPhyErr |= HAL_RSSI_ANI_ENA; in ar5212AniReset()
639 ahp->ah_procPhyErr &= ~HAL_RSSI_ANI_ENA; in ar5212AniReset()
H A Dar5212.h201 #define HAL_RSSI_ANI_ENA 0x00000002 /* rssi-based processing ena'd*/ macro