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

/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c2032 u32 harmonic_id = 0; dib8096p_get_best_sampling() local
2067 for (harmonic_id = (fe->dtv_property_cache.frequency / (1000 * fs)); harmonic_id <= ((fe->dtv_property_cache.frequency / (1000 * fs)) + 1); harmonic_id++) { dib8096p_get_best_sampling()
2068 if (((fs * harmonic_id) >= (fe->dtv_property_cache.frequency / 1000 - (fe->dtv_property_cache.bandwidth_hz / 2000))) && ((fs * harmonic_id) <= (fe->dtv_property_cache.frequency / 1000 + (fe->dtv_property_cache.bandwidth_hz / 2000)))) { dib8096p_get_best_sampling()
2538 u32 harmonic_id = 0; dib7090p_get_best_sampling() local
2572 for (harmonic_id = (fe->dtv_property_cache.frequency / (1000*fs)) ; harmonic_id <= ((fe->dtv_property_cache.frequency / (1000*fs))+1) ; harmonic_id++) { dib7090p_get_best_sampling()
2573 if (((fs*harmonic_id) >= ((fe->dtv_property_cache.frequency/1000) - (fe->dtv_property_cache.bandwidth_hz/2000))) && ((fs*harmonic_id) <= ((fe->dtv_property_cache.frequency/1000) + (fe->dtv_property_cache.bandwidth_hz/2000)))) { dib7090p_get_best_sampling()

Completed in 78 milliseconds