Home
last modified time | relevance | path

Searched refs:AR_PHY_CAL_MEAS_2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_cal_adcgain.c53 OS_REG_READ(ah, AR_PHY_CAL_MEAS_2(i)); in ar5416AdcGainCalCollect()
HDar5416_cal_adcdc.c47 OS_REG_READ(ah, AR_PHY_CAL_MEAS_2(i)); in ar5416AdcDcCalCollect()
HDar5416_cal_iq.c52 OS_REG_READ(ah, AR_PHY_CAL_MEAS_2(i)); in ar5416IQCalCollect()
HDar5416phy.h221 #define AR_PHY_CAL_MEAS_2(_i) (0x9c18 + ((_i) << 12)) macro
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300phy.h1439 #define AR_PHY_CAL_MEAS_2(_i) (AR_PHY_IQ_ADC_MEAS_2_B0 + (AR_PHY_CHAIN_OFFSET * (_i))) macro
HDar9300_reset.c2501 (int32_t) OS_REG_READ(ah, AR_PHY_CAL_MEAS_2(i)); in ar9300_iq_cal_collect()
2513 (unsigned) AR_PHY_CAL_MEAS_2(i), in ar9300_iq_cal_collect()