Searched refs:fdem (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c2031 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; dib8096p_get_best_sampling() local
2060 fdem = fmem / 2; dib8096p_get_best_sampling()
2061 fs = fdem / 4; dib8096p_get_best_sampling()
2064 if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)) { dib8096p_get_best_sampling()
2077 adc->timf = (4260880253U / fdem) * (1 << 8); dib8096p_get_best_sampling()
2078 adc->timf += ((4260880253U % fdem) << 8) / fdem; dib8096p_get_best_sampling()
2080 deb_info("RF %6d; BW %6d; Xtal %6d; Fmem %6d; Fdem %6d; Fs %6d; Prediv %2d; Loopdiv %2d; Timf %8d;", fe->dtv_property_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, prediv, loopdiv, adc->timf); dib8096p_get_best_sampling()
2537 u32 fcp = 0, fs = 0, fdem = 0; dib7090p_get_best_sampling() local
2565 fdem = ((xtal/prediv) * loopdiv); dib7090p_get_best_sampling()
2566 fs = fdem / 4; dib7090p_get_best_sampling()
2569 if ((fdem >= fdem_min) && (fdem <= fdem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz/1000)) { dib7090p_get_best_sampling()
2582 adc->timf = 2396745143UL/fdem*(1 << 9); dib7090p_get_best_sampling()
2583 adc->timf += ((2396745143UL%fdem) << 9)/fdem; dib7090p_get_best_sampling()

Completed in 130 milliseconds