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

/linux-master/drivers/media/dvb-frontends/
H A Dstv0367.c1883 u32 adc_hz, s32 derot_hz)
1888 adc_khz = adc_hz / 1000;
1890 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz);
1894 derot_hz = adc_hz / 4; /* ZIF operation */
1895 if (derot_hz > adc_hz)
1896 derot_hz = derot_hz - adc_hz;
1915 static u32 stv0367cab_get_derot_freq(struct stv0367_state *state, u32 adc_hz) argument
1924 sampled_if *= (adc_hz / 1000);
1931 static u32 stv0367cab_set_srate(struct stv0367_state *state, u32 adc_hz, argument
1882 stv0367cab_set_derot_freq(struct stv0367_state *state, u32 adc_hz, s32 derot_hz) argument
[all...]

Completed in 106 milliseconds