Home
last modified time | relevance | path

Searched refs:AR_PHY_NEW_ADC_DC_GAIN_CORR (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar5416_cal_adcgain.c105 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()
Dar5416_cal_adcdc.c101 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()
Dar5416phy.h166 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(_i) (0x99b4 + ((_i) << 12)) macro
/netbsd/src/sys/dev/ic/
Darn5008.c2129 reg = AR_READ(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(i)); in ar5008_calib_adc_gain()
2132 AR_WRITE(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(i), reg); in ar5008_calib_adc_gain()
2136 AR_SETBITS(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(0), in ar5008_calib_adc_gain()
2182 reg = AR_READ(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(i)); in ar5008_calib_adc_dc_off()
2187 AR_WRITE(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(i), reg); in ar5008_calib_adc_dc_off()
2191 AR_SETBITS(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(0), in ar5008_calib_adc_dc_off()
Darn5008reg.h120 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(i) (0x99b4 + (i) * 0x1000) macro