adc_hz           1905 drivers/media/dvb-frontends/stv0367.c 					u32 adc_hz, s32 derot_hz)
adc_hz           1910 drivers/media/dvb-frontends/stv0367.c 	adc_khz = adc_hz / 1000;
adc_hz           1912 drivers/media/dvb-frontends/stv0367.c 	dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz);
adc_hz           1916 drivers/media/dvb-frontends/stv0367.c 			derot_hz = adc_hz / 4; /* ZIF operation */
adc_hz           1917 drivers/media/dvb-frontends/stv0367.c 		if (derot_hz > adc_hz)
adc_hz           1918 drivers/media/dvb-frontends/stv0367.c 			derot_hz = derot_hz - adc_hz;
adc_hz           1937 drivers/media/dvb-frontends/stv0367.c static u32 stv0367cab_get_derot_freq(struct stv0367_state *state, u32 adc_hz)
adc_hz           1946 drivers/media/dvb-frontends/stv0367.c 	sampled_if *= (adc_hz / 1000);
adc_hz           1953 drivers/media/dvb-frontends/stv0367.c static u32 stv0367cab_set_srate(struct stv0367_state *state, u32 adc_hz,
adc_hz           1994 drivers/media/dvb-frontends/stv0367.c 	if (adc_hz != 0) {
adc_hz           1996 drivers/media/dvb-frontends/stv0367.c 		u32_tmp = u32_tmp / adc_hz;