Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dtda10048.c303 static int tda10048_set_phy2(struct dvb_frontend *fe, u32 sample_freq_hz, in tda10048_set_phy2() argument
311 if (sample_freq_hz == 0) in tda10048_set_phy2()
314 if (if_hz < (sample_freq_hz / 2)) { in tda10048_set_phy2()
319 do_div(t, sample_freq_hz); in tda10048_set_phy2()
324 t = sample_freq_hz - if_hz; in tda10048_set_phy2()
327 do_div(t, sample_freq_hz); in tda10048_set_phy2()
339 static int tda10048_set_wref(struct dvb_frontend *fe, u32 sample_freq_hz, in tda10048_set_wref() argument
347 if (sample_freq_hz == 0) in tda10048_set_wref()
356 z = 7 * sample_freq_hz; in tda10048_set_wref()
369 static int tda10048_set_invwref(struct dvb_frontend *fe, u32 sample_freq_hz, in tda10048_set_invwref() argument
[all …]