Lines Matching refs:vco_cal
172 u8 fa, fp, vco_sel, vco_cal; in fc0011_set_params() local
293 err = fc0011_vcocal_read(priv, &vco_cal); in fc0011_set_params()
297 while (!(vco_cal & FC11_VCOCAL_OK) && vco_retries < 3) { in fc0011_set_params()
320 err = fc0011_vcocal_read(priv, &vco_cal); in fc0011_set_params()
325 if (!(vco_cal & FC11_VCOCAL_OK)) { in fc0011_set_params()
328 (unsigned int)vco_cal); in fc0011_set_params()
331 vco_cal &= FC11_VCOCAL_VALUEMASK; in fc0011_set_params()
338 if (vco_cal < 8) { in fc0011_set_params()
357 if (vco_cal < 5) { in fc0011_set_params()
367 } else if (vco_cal <= 48) { in fc0011_set_params()
386 if (vco_cal > 53) { in fc0011_set_params()
430 (unsigned int)vco_cal, vco_retries, in fc0011_set_params()