Home
last modified time | relevance | path

Searched refs:derot_hz (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv0367.c1883 u32 adc_hz, s32 derot_hz) in stv0367cab_set_derot_freq() argument
1890 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz); in stv0367cab_set_derot_freq()
1893 if (derot_hz < 1000000) in stv0367cab_set_derot_freq()
1894 derot_hz = adc_hz / 4; /* ZIF operation */ in stv0367cab_set_derot_freq()
1895 if (derot_hz > adc_hz) in stv0367cab_set_derot_freq()
1896 derot_hz = derot_hz - adc_hz; in stv0367cab_set_derot_freq()
1897 sampled_if = (u32)derot_hz / 1000; in stv0367cab_set_derot_freq()
1912 return derot_hz; in stv0367cab_set_derot_freq()