Searched refs:adc_envelope (Results 1 – 1 of 1) sorted by relevance
403 static int xc_get_adc_envelope(struct xc4000_priv *priv, u16 *adc_envelope) in xc_get_adc_envelope() argument405 return xc4000_readreg(priv, XREG_ADC_ENV, adc_envelope); in xc_get_adc_envelope()1090 u16 adc_envelope = 0; in xc_debug_dump() local1101 xc_get_adc_envelope(priv, &adc_envelope); in xc_debug_dump()1102 dprintk(1, "*** ADC envelope (0-1023) = %d\n", adc_envelope); in xc_debug_dump()