Lines Matching refs:fdem
2041 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local
2070 fdem = fmem / 2; in dib8096p_get_best_sampling()
2071 fs = fdem / 4; in dib8096p_get_best_sampling()
2074 …if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)… in dib8096p_get_best_sampling()
2087 adc->timf = (4260880253U / fdem) * (1 << 8); in dib8096p_get_best_sampling()
2088 adc->timf += ((4260880253U % fdem) << 8) / fdem; in dib8096p_get_best_sampling()
2090 …roperty_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, prediv, loopdi… in dib8096p_get_best_sampling()
2567 u32 fcp = 0, fs = 0, fdem = 0; in dib7090p_get_best_sampling() local
2595 fdem = ((xtal/prediv) * loopdiv); in dib7090p_get_best_sampling()
2596 fs = fdem / 4; in dib7090p_get_best_sampling()
2599 …if ((fdem >= fdem_min) && (fdem <= fdem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz/1000)) { in dib7090p_get_best_sampling()
2612 adc->timf = 2396745143UL/fdem*(1 << 9); in dib7090p_get_best_sampling()
2613 adc->timf += ((2396745143UL%fdem) << 9)/fdem; in dib7090p_get_best_sampling()