Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dfc0011.c187 u8 fa, fp, vco_sel, vco_cal; in fc0011_set_params() local
309 err = fc0011_vcocal_read(priv, &vco_cal); in fc0011_set_params()
313 while (!(vco_cal & FC11_VCOCAL_OK) && vco_retries < 3) { in fc0011_set_params()
336 err = fc0011_vcocal_read(priv, &vco_cal); in fc0011_set_params()
341 if (!(vco_cal & FC11_VCOCAL_OK)) { in fc0011_set_params()
344 (unsigned int)vco_cal); in fc0011_set_params()
347 vco_cal &= FC11_VCOCAL_VALUEMASK; in fc0011_set_params()
353 if (vco_cal < 8) { in fc0011_set_params()
372 if (vco_cal < 5) { in fc0011_set_params()
382 } else if (vco_cal <= 48) { in fc0011_set_params()
[all …]