Searched refs:adc_envelope (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/tuners/ |
H A D | xc5000.c | 476 static int xc_get_adc_envelope(struct xc5000_priv *priv, u16 *adc_envelope) in xc_get_adc_envelope() argument 478 return xc5000_readreg(priv, XREG_ADC_ENV, adc_envelope); in xc_get_adc_envelope() 625 u16 adc_envelope; in xc_debug_dump() local 644 xc_get_adc_envelope(priv, &adc_envelope); in xc_debug_dump() 645 dprintk(1, "*** ADC envelope (0-1023) = %d\n", adc_envelope); in xc_debug_dump()
|
H A D | xc4000.c | 403 static int xc_get_adc_envelope(struct xc4000_priv *priv, u16 *adc_envelope) in xc_get_adc_envelope() argument 405 return xc4000_readreg(priv, XREG_ADC_ENV, adc_envelope); in xc_get_adc_envelope() 1090 u16 adc_envelope; in xc_debug_dump() local 1101 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()
|