Searched refs:adc_hz (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/audio/ |
H A D | wm8750.c | 25 int adc_hz; member 57 int adc_hz, dac_hz, ext_adc_hz, ext_dac_hz, master; member 206 in_fmt.freq = s->adc_hz; in wm8750_set_format() 251 s->adc_hz = s->rate->adc_hz; in wm8750_clk_update() 253 s->adc_hz = s->ext_adc_hz; in wm8750_clk_update()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0367.c | 1883 u32 adc_hz, s32 derot_hz) in stv0367cab_set_derot_freq() argument 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 1972 if (adc_hz != 0) { in stv0367cab_set_srate() [all …]
|