Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Dstv0367.c2483 u32 adc_hz, s32 derot_hz) in stv0367cab_set_derot_freq() argument
2490 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz); in stv0367cab_set_derot_freq()
2493 if (derot_hz < 1000000) in stv0367cab_set_derot_freq()
2494 derot_hz = adc_hz / 4; /* ZIF operation */ in stv0367cab_set_derot_freq()
2495 if (derot_hz > adc_hz) in stv0367cab_set_derot_freq()
2496 derot_hz = derot_hz - adc_hz; in stv0367cab_set_derot_freq()
2497 sampled_if = (u32)derot_hz / 1000; in stv0367cab_set_derot_freq()
2512 return derot_hz; in stv0367cab_set_derot_freq()