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/ |
| 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()
|
| 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()
|
| D | ar5416phy.h | 166 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(_i) (0x99b4 + ((_i) << 12)) macro
|
| /netbsd/src/sys/dev/ic/ |
| D | arn5008.c | 2129 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()
|
| D | arn5008reg.h | 120 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(i) (0x99b4 + (i) * 0x1000) macro
|