Lines Matching defs:freq
550 int tda18271_calc_main_pll(struct dvb_frontend *fe, u32 freq)
558 int ret = tda18271_lookup_pll_map(fe, MAIN_PLL, &freq, &pd, &d);
564 div = ((d * (freq / 1000)) << 7) / 125;
573 int tda18271_calc_cal_pll(struct dvb_frontend *fe, u32 freq)
581 int ret = tda18271_lookup_pll_map(fe, CAL_PLL, &freq, &pd, &d);
587 div = ((d * (freq / 1000)) << 7) / 125;
598 int tda18271_calc_bp_filter(struct dvb_frontend *fe, u32 *freq)
605 int ret = tda18271_lookup_map(fe, BP_FILTER, freq, &val);
615 int tda18271_calc_km(struct dvb_frontend *fe, u32 *freq)
622 int ret = tda18271_lookup_map(fe, RF_CAL_KMCO, freq, &val);
632 int tda18271_calc_rf_band(struct dvb_frontend *fe, u32 *freq)
639 int ret = tda18271_lookup_map(fe, RF_BAND, freq, &val);
649 int tda18271_calc_gain_taper(struct dvb_frontend *fe, u32 *freq)
656 int ret = tda18271_lookup_map(fe, GAIN_TAPER, freq, &val);
666 int tda18271_calc_ir_measure(struct dvb_frontend *fe, u32 *freq)
673 int ret = tda18271_lookup_map(fe, IR_MEASURE, freq, &val);
683 int tda18271_calc_rf_cal(struct dvb_frontend *fe, u32 *freq)
690 int ret = tda18271_lookup_map(fe, RF_CAL, freq, &val);