Searched refs:adc_hz (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv0367.c | 1887 u32 adc_hz, s32 derot_hz) in stv0367cab_set_derot_freq() 1892 adc_khz = adc_hz / 1000; in stv0367cab_set_derot_freq() 1894 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz); in stv0367cab_set_derot_freq() 1898 derot_hz = adc_hz / 4; /* ZIF operation */ in stv0367cab_set_derot_freq() 1899 if (derot_hz > adc_hz) in stv0367cab_set_derot_freq() 1900 derot_hz = derot_hz - adc_hz; in stv0367cab_set_derot_freq() 1919 static u32 stv0367cab_get_derot_freq(struct stv0367_state *state, u32 adc_hz) in stv0367cab_get_derot_freq() argument 1928 sampled_if *= (adc_hz / 1000); in stv0367cab_get_derot_freq() 1935 static u32 stv0367cab_set_srate(struct stv0367_state *state, u32 adc_hz, in stv0367cab_set_srate() argument 1886 stv0367cab_set_derot_freq(struct stv0367_state *state, u32 adc_hz, s32 derot_hz) stv0367cab_set_derot_freq() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv0367.c | 1883 u32 adc_hz, s32 derot_hz) in stv0367cab_set_derot_freq() 1888 adc_khz = adc_hz / 1000; in stv0367cab_set_derot_freq() 1890 dprintk("%s: adc_hz=%d derot_hz=%d\n", __func__, adc_hz, derot_hz); 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() 1915 static u32 stv0367cab_get_derot_freq(struct stv0367_state *state, u32 adc_hz) in stv0367cab_get_derot_freq() argument 1924 sampled_if *= (adc_hz / 1000); in stv0367cab_get_derot_freq() 1931 static u32 stv0367cab_set_srate(struct stv0367_state *state, u32 adc_hz, in stv0367cab_set_srate() argument 1882 stv0367cab_set_derot_freq(struct stv0367_state *state, u32 adc_hz, s32 derot_hz) stv0367cab_set_derot_freq() argument [all...] |
Completed in 6 milliseconds