Lines Matching defs:sample_freq_hz
291 static int tda10048_set_phy2(struct dvb_frontend *fe, u32 sample_freq_hz,
299 if (sample_freq_hz == 0)
302 if (if_hz < (sample_freq_hz / 2)) {
307 do_div(t, sample_freq_hz);
312 t = sample_freq_hz - if_hz;
315 do_div(t, sample_freq_hz);
327 static int tda10048_set_wref(struct dvb_frontend *fe, u32 sample_freq_hz,
335 if (sample_freq_hz == 0)
344 z = 7 * sample_freq_hz;
357 static int tda10048_set_invwref(struct dvb_frontend *fe, u32 sample_freq_hz,
365 if (sample_freq_hz == 0)
369 t = sample_freq_hz;