Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_cal_adcgain.c49 OS_REG_READ(ah, AR_PHY_CAL_MEAS_0(i)); in ar5416AdcGainCalCollect()
HDar5416_cal_iq.c48 OS_REG_READ(ah, AR_PHY_CAL_MEAS_0(i)); in ar5416IQCalCollect()
HDar5416_cal_adcdc.c43 OS_REG_READ(ah, AR_PHY_CAL_MEAS_0(i)); in ar5416AdcDcCalCollect()
HDar5416phy.h219 #define AR_PHY_CAL_MEAS_0(_i) (0x9c10 + ((_i) << 12)) macro
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300phy.h1438 #define AR_PHY_CAL_MEAS_0(_i) (AR_PHY_IQ_ADC_MEAS_0_B0 + (AR_PHY_CHAIN_OFFSET * (_i))) macro
HDar9300_reset.c2536 ahp->ah_total_power_meas_i[i] = OS_REG_READ(ah, AR_PHY_CAL_MEAS_0(i)); in ar9300_iq_cal_collect()
2547 (unsigned) AR_PHY_CAL_MEAS_0(i), in ar9300_iq_cal_collect()