Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstv0367.c1905 u32 adc_hz, s32 derot_hz) in stv0367cab_set_derot_freq() argument
1912 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz); in stv0367cab_set_derot_freq()
1915 if (derot_hz < 1000000) in stv0367cab_set_derot_freq()
1916 derot_hz = adc_hz / 4; /* ZIF operation */ in stv0367cab_set_derot_freq()
1917 if (derot_hz > adc_hz) in stv0367cab_set_derot_freq()
1918 derot_hz = derot_hz - adc_hz; in stv0367cab_set_derot_freq()
1919 sampled_if = (u32)derot_hz / 1000; in stv0367cab_set_derot_freq()
1934 return derot_hz; in stv0367cab_set_derot_freq()