Lines Matching defs:derot_hz
1883 u32 adc_hz, s32 derot_hz)1890 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz);1893 if (derot_hz < 1000000)1894 derot_hz = adc_hz / 4; /* ZIF operation */1895 if (derot_hz > adc_hz)1896 derot_hz = derot_hz - adc_hz;1897 sampled_if = (u32)derot_hz / 1000;1912 return derot_hz;