Searched refs:vco_cal (Results 1 – 1 of 1) sorted by relevance
172 u8 fa, fp, vco_sel, vco_cal; in fc0011_set_params() local293 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()[all …]