autotune          219 drivers/media/tuners/max2165.c 	u8 status, autotune;
autotune          227 drivers/media/tuners/max2165.c 	max2165_read_reg(priv, REG_AUTOTUNE, &autotune);
autotune          236 drivers/media/tuners/max2165.c 	vco = autotune >> 6;
autotune          237 drivers/media/tuners/max2165.c 	vco_sub_band = (autotune >> 3) & 0x7;
autotune          238 drivers/media/tuners/max2165.c 	adc = autotune & 0x7;