Lines Matching defs:derot_hz
1887 u32 adc_hz, s32 derot_hz)1894 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz);1897 if (derot_hz < 1000000)1898 derot_hz = adc_hz / 4; /* ZIF operation */1899 if (derot_hz > adc_hz)1900 derot_hz = derot_hz - adc_hz;1901 sampled_if = (u32)derot_hz / 1000;1916 return derot_hz;