Home
last modified time | relevance | path

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

/drivers/media/usb/dvb-usb/
Ddib0700_devices.c2048 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local
2077 fdem = fmem / 2; in dib8096p_get_best_sampling()
2078 fs = fdem / 4; in dib8096p_get_best_sampling()
2081 …if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)… in dib8096p_get_best_sampling()
2094 adc->timf = (4260880253U / fdem) * (1 << 8); in dib8096p_get_best_sampling()
2095 adc->timf += ((4260880253U % fdem) << 8) / fdem; in dib8096p_get_best_sampling()
2097 …roperty_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, prediv, loopdi… in dib8096p_get_best_sampling()
2562 u32 fcp = 0, fs = 0, fdem = 0; in dib7090p_get_best_sampling() local
2590 fdem = ((xtal/prediv) * loopdiv); in dib7090p_get_best_sampling()
2591 fs = fdem / 4; in dib7090p_get_best_sampling()
[all …]