Searched defs:autotune (Results 1 - 1 of 1) sorted by relevance

/drivers/media/tuners/
H A Dmax2165.c233 u8 status, autotune; local
241 max2165_read_reg(priv, REG_AUTOTUNE, &autotune);
250 vco = autotune >> 6;
251 vco_sub_band = (autotune >> 3) & 0x7;
252 adc = autotune & 0x7;

Completed in 101 milliseconds