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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dtda10048.c302 static int tda10048_set_phy2(struct dvb_frontend *fe, u32 sample_freq_hz, argument
310 if (sample_freq_hz == 0)
313 if (if_hz < (sample_freq_hz / 2)) {
318 do_div(t, sample_freq_hz);
323 t = sample_freq_hz - if_hz;
326 do_div(t, sample_freq_hz);
338 static int tda10048_set_wref(struct dvb_frontend *fe, u32 sample_freq_hz, argument
347 if (sample_freq_hz == 0)
362 z = 7 * sample_freq_hz;
375 static int tda10048_set_invwref(struct dvb_frontend *fe, u32 sample_freq_hz, argument
[all...]

Completed in 52 milliseconds