Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/dvb-frontends/
Dtda10048.c291 static int tda10048_set_phy2(struct dvb_frontend *fe, u32 sample_freq_hz, in tda10048_set_phy2() argument
299 if (sample_freq_hz == 0) in tda10048_set_phy2()
302 if (if_hz < (sample_freq_hz / 2)) { in tda10048_set_phy2()
307 do_div(t, sample_freq_hz); in tda10048_set_phy2()
312 t = sample_freq_hz - if_hz; in tda10048_set_phy2()
315 do_div(t, sample_freq_hz); in tda10048_set_phy2()
327 static int tda10048_set_wref(struct dvb_frontend *fe, u32 sample_freq_hz, in tda10048_set_wref() argument
335 if (sample_freq_hz == 0) in tda10048_set_wref()
344 z = 7 * sample_freq_hz; in tda10048_set_wref()
357 static int tda10048_set_invwref(struct dvb_frontend *fe, u32 sample_freq_hz, in tda10048_set_invwref() argument
[all …]