Searched refs:autotune (Results 1 – 1 of 1) sorted by relevance
219 u8 status, autotune; in max2165_debug_status() local227 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()