Home
last modified time | relevance | path

Searched refs:autotune (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/tuners/
H A Dmax2165.c219 u8 status, autotune; in max2165_debug_status() local
227 max2165_read_reg(priv, REG_AUTOTUNE, &autotune); in max2165_debug_status()
236 vco = autotune >> 6; in max2165_debug_status()
237 vco_sub_band = (autotune >> 3) & 0x7; in max2165_debug_status()
238 adc = autotune & 0x7; in max2165_debug_status()