Searched refs:AR_PHY_NEW_ADC_DC_GAIN_CORR (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_cal_adcgain.c | 105 val = OS_REG_READ(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(i)); in ar5416AdcGainCalibration() 108 OS_REG_WRITE(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(i), val); in ar5416AdcGainCalibration() 114 OS_REG_SET_BIT(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(0), in ar5416AdcGainCalibration()
|
H A D | ar5416_cal_adcdc.c | 101 val = OS_REG_READ(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(i)); in ar5416AdcDcCalibration() 104 OS_REG_WRITE(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(i), val); in ar5416AdcDcCalibration() 109 OS_REG_SET_BIT(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(0), in ar5416AdcDcCalibration()
|
H A D | ar5416phy.h | 263 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(_i) (0x99b4 + ((_i) << 12)) macro
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300phy.h | 1430 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(_i) (AR_PHY_ADC_GAIN_DC_CORR_0 + (AR_PHY_CHAIN_OFFSET * (_i))) macro
|