Searched refs:vco_cal (Results 1 – 1 of 1) sorted by relevance
181 u8 fa, fp, vco_sel, vco_cal; in fc0011_set_params() local302 err = fc0011_vcocal_read(priv, &vco_cal); in fc0011_set_params()306 while (!(vco_cal & FC11_VCOCAL_OK) && vco_retries < 3) { in fc0011_set_params()329 err = fc0011_vcocal_read(priv, &vco_cal); in fc0011_set_params()334 if (!(vco_cal & FC11_VCOCAL_OK)) { in fc0011_set_params()337 (unsigned int)vco_cal); in fc0011_set_params()340 vco_cal &= FC11_VCOCAL_VALUEMASK; in fc0011_set_params()347 if (vco_cal < 8) { in fc0011_set_params()366 if (vco_cal < 5) { in fc0011_set_params()376 } else if (vco_cal <= 48) { in fc0011_set_params()[all …]