HomeSort by: relevance | last modified time | path
    Searched refs:AR_PHY_NEW_ADC_DC_GAIN_CORR (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_cal_adcdc.c 101 val = OS_REG_READ(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(i));
104 OS_REG_WRITE(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(i), val);
109 OS_REG_SET_BIT(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(0),
ar5416_cal_adcgain.c 105 val = OS_REG_READ(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(i));
108 OS_REG_WRITE(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(i), val);
114 OS_REG_SET_BIT(ah, AR_PHY_NEW_ADC_DC_GAIN_CORR(0),
ar5416phy.h 166 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(_i) (0x99b4 + ((_i) << 12))
  /src/sys/dev/ic/
arn5008.c 2129 reg = AR_READ(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(i));
2132 AR_WRITE(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(i), reg);
2136 AR_SETBITS(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(0),
2182 reg = AR_READ(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(i));
2187 AR_WRITE(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(i), reg);
2191 AR_SETBITS(sc, AR_PHY_NEW_ADC_DC_GAIN_CORR(0),
arn5008reg.h 120 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(i) (0x99b4 + (i) * 0x1000)
459 /* Bits for AR_PHY_NEW_ADC_DC_GAIN_CORR(). */
648 /* Bits for AR_PHY_NEW_ADC_DC_GAIN_CORR. */

Completed in 16 milliseconds