Home
last modified time | relevance | path

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

/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c2042 u32 harmonic_id = 0; in dib8096p_get_best_sampling() local
2077 …r (harmonic_id = (fe->dtv_property_cache.frequency / (1000 * fs)); harmonic_id <= ((fe->dtv_prope… in dib8096p_get_best_sampling()
2078 …if (((fs * harmonic_id) >= (fe->dtv_property_cache.frequency / 1000 - (fe->dtv_property_cache.band… in dib8096p_get_best_sampling()
2568 u32 harmonic_id = 0; in dib7090p_get_best_sampling() local
2602 …for (harmonic_id = (fe->dtv_property_cache.frequency / (1000*fs)) ; harmonic_id <= ((fe->dtv_prop… in dib7090p_get_best_sampling()
2603 …if (((fs*harmonic_id) >= ((fe->dtv_property_cache.frequency/1000) - (fe->dtv_property_cache.bandwi… in dib7090p_get_best_sampling()