Lines Matching refs:sample_freq_hz
291 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
365 if (sample_freq_hz == 0) in tda10048_set_invwref()
369 t = sample_freq_hz; in tda10048_set_invwref()