harmonic_id      2054 drivers/media/usb/dvb-usb/dib0700_devices.c 	u32 harmonic_id = 0;
harmonic_id      2089 drivers/media/usb/dvb-usb/dib0700_devices.c 					for (harmonic_id = (fe->dtv_property_cache.frequency / (1000 * fs));  harmonic_id <= ((fe->dtv_property_cache.frequency / (1000 * fs)) + 1); harmonic_id++) {
harmonic_id      2090 drivers/media/usb/dvb-usb/dib0700_devices.c 						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)))) {
harmonic_id      2568 drivers/media/usb/dvb-usb/dib0700_devices.c 	u32 harmonic_id = 0;
harmonic_id      2602 drivers/media/usb/dvb-usb/dib0700_devices.c 					for (harmonic_id = (fe->dtv_property_cache.frequency / (1000*fs)) ;  harmonic_id <= ((fe->dtv_property_cache.frequency / (1000*fs))+1) ; harmonic_id++) {
harmonic_id      2603 drivers/media/usb/dvb-usb/dib0700_devices.c 						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)))) {