Searched refs:agc_stat (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtda8290.c199 unsigned char adc_sat, agc_stat, local
247 tuner_i2c_xfer_recv(&priv->i2c_props, &agc_stat, 1);
248 tuner_dbg("tda8290 is locked, AGC: %d\n", agc_stat);
256 if ((agc_stat > 115) || (!(pll_stat & 0x80) && (adc_sat < 20))) {
258 agc_stat, adc_sat, pll_stat & 0x80);
262 tuner_i2c_xfer_recv(&priv->i2c_props, &agc_stat, 1);
265 if ((agc_stat > 115) || !(pll_stat & 0x80)) {
267 agc_stat, pll_stat & 0x80);
272 tuner_i2c_xfer_recv(&priv->i2c_props, &agc_stat, 1);
275 if((agc_stat > 11
[all...]

Completed in 27 milliseconds