Lines Matching refs:xtal
2026 u16 xtal = 12000; in dib8096p_get_best_sampling() local
2041 while ((xtal / max_prediv) >= fcp_min) in dib8096p_get_best_sampling()
2046 while ((xtal / min_prediv) <= fcp_max) { in dib8096p_get_best_sampling()
2056 fcp = xtal / prediv; in dib8096p_get_best_sampling()
2059 fmem = ((xtal/prediv) * loopdiv); in dib8096p_get_best_sampling()
2080 …", fe->dtv_property_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, pr… in dib8096p_get_best_sampling()
2532 u16 xtal = 12000; in dib7090p_get_best_sampling() local
2547 while ((xtal/max_prediv) >= fcp_min) in dib7090p_get_best_sampling()
2552 while ((xtal/min_prediv) <= fcp_max) { in dib7090p_get_best_sampling()
2562 fcp = xtal / prediv; in dib7090p_get_best_sampling()
2565 fdem = ((xtal/prediv) * loopdiv); in dib7090p_get_best_sampling()