Lines Matching refs:adc_hz
1887 u32 adc_hz, s32 derot_hz)
1892 adc_khz = adc_hz / 1000;
1894 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz);
1898 derot_hz = adc_hz / 4; /* ZIF operation */
1899 if (derot_hz > adc_hz)
1900 derot_hz = derot_hz - adc_hz;
1919 static u32 stv0367cab_get_derot_freq(struct stv0367_state *state, u32 adc_hz)
1928 sampled_if *= (adc_hz / 1000);
1935 static u32 stv0367cab_set_srate(struct stv0367_state *state, u32 adc_hz,
1976 if (adc_hz != 0) {
1978 u32_tmp = u32_tmp / adc_hz;