Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dstv0367.c1915 u32 adc_hz, s32 derot_hz) in stv0367cab_set_derot_freq() argument
1920 adc_khz = adc_hz / 1000; in stv0367cab_set_derot_freq()
1922 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz); in stv0367cab_set_derot_freq()
1926 derot_hz = adc_hz / 4; /* ZIF operation */ in stv0367cab_set_derot_freq()
1927 if (derot_hz > adc_hz) in stv0367cab_set_derot_freq()
1928 derot_hz = derot_hz - adc_hz; in stv0367cab_set_derot_freq()
1947 static u32 stv0367cab_get_derot_freq(struct stv0367_state *state, u32 adc_hz) in stv0367cab_get_derot_freq() argument
1956 sampled_if *= (adc_hz / 1000); in stv0367cab_get_derot_freq()
1963 static u32 stv0367cab_set_srate(struct stv0367_state *state, u32 adc_hz, in stv0367cab_set_srate() argument
2004 if (adc_hz != 0) { in stv0367cab_set_srate()
[all …]