Home
last modified time | relevance | path

Searched refs:AR_CAL_SAMPLES (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Darn5008.c2011 ++sc->sc_calib.nsamples < AR_CAL_SAMPLES) { in ar5008_calib_iq()
2078 ++sc->sc_calib.nsamples < AR_CAL_SAMPLES) { in ar5008_calib_adc_gain()
2130 ++sc->sc_calib.nsamples < AR_CAL_SAMPLES) { in ar5008_calib_adc_dc_off()
2139 count = (1 << ( 2 + 5)) * AR_CAL_SAMPLES; in ar5008_calib_adc_dc_off()
H A Dathnreg.h1315 #define AR_CAL_SAMPLES 64 /* XXX AR9280? */ macro