Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/dvb-frontends/
Dstv0367.c1901 u32 adc_hz, s32 derot_hz) in stv0367cab_set_derot_freq() argument
1906 adc_khz = adc_hz / 1000; in stv0367cab_set_derot_freq()
1908 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz); in stv0367cab_set_derot_freq()
1912 derot_hz = adc_hz / 4; /* ZIF operation */ in stv0367cab_set_derot_freq()
1913 if (derot_hz > adc_hz) in stv0367cab_set_derot_freq()
1914 derot_hz = derot_hz - adc_hz; in stv0367cab_set_derot_freq()
1933 static u32 stv0367cab_get_derot_freq(struct stv0367_state *state, u32 adc_hz) in stv0367cab_get_derot_freq() argument
1942 sampled_if *= (adc_hz / 1000); in stv0367cab_get_derot_freq()
1949 static u32 stv0367cab_set_srate(struct stv0367_state *state, u32 adc_hz, in stv0367cab_set_srate() argument
1990 if (adc_hz != 0) { in stv0367cab_set_srate()
[all …]