Searched refs:pll_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.c200 pll_stat; local
242 tuner_i2c_xfer_recv(&priv->i2c_props, &pll_stat, 1);
243 if (pll_stat & 0x80) {
256 if ((agc_stat > 115) || (!(pll_stat & 0x80) && (adc_sat < 20))) {
258 agc_stat, adc_sat, pll_stat & 0x80);
264 tuner_i2c_xfer_recv(&priv->i2c_props, &pll_stat, 1);
265 if ((agc_stat > 115) || !(pll_stat & 0x80)) {
267 agc_stat, pll_stat & 0x80);
274 tuner_i2c_xfer_recv(&priv->i2c_props, &pll_stat, 1);
275 if((agc_stat > 115) || !(pll_stat
[all...]

Completed in 163 milliseconds