Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c255 OS_REG_WRITE(ah, AR_PHY_AGCCTL, in ar5210Reset()
256 OS_REG_READ(ah, AR_PHY_AGCCTL) | AR_PHY_AGC_CAL); in ar5210Reset()
257 (void) ath_hal_wait(ah, AR_PHY_AGCCTL, AR_PHY_AGC_CAL, 0); in ar5210Reset()
532 OS_REG_WRITE(ah, AR_PHY_AGCCTL, in ar5210PerCalibrationN()
533 OS_REG_READ(ah, AR_PHY_AGCCTL) | AR_PHY_AGC_CAL); in ar5210PerCalibrationN()
534 if (!ath_hal_wait(ah, AR_PHY_AGCCTL, AR_PHY_AGC_CAL, 0)) { in ar5210PerCalibrationN()
959 OS_REG_WRITE(ah, AR_PHY_AGCCTL, in ar5210CalNoiseFloor()
960 OS_REG_READ(ah, AR_PHY_AGCCTL) | AR_PHY_AGC_NF); in ar5210CalNoiseFloor()
963 if (!ath_hal_wait(ah, AR_PHY_AGCCTL, AR_PHY_AGC_NF, 0)) { in ar5210CalNoiseFloor()
966 OS_REG_READ(ah, AR_PHY_AGCCTL)); in ar5210CalNoiseFloor()
H A Dar5210phy.h54 #define AR_PHY_AGCCTL 0x9860 /* PHY calibration and noise floor */ macro
/freebsd/tools/tools/ath/common/
H A Ddumpregs_5210.c113 DEFVOIDfmt(AR_PHY_AGCCTL, "PHY_AGCCTL", AR_PHY_AGCCTL_BITS),