Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds