Lines Matching refs:bw
65 u32 freq, u32 bw) in tda18271_channel_configuration() argument
679 u32 freq, u32 bw) in tda18271c1_rf_tracking_filter_calibration() argument
713 N = freq + bw / 2; in tda18271c1_rf_tracking_filter_calibration()
726 N = freq + bw / 2 + 1000000; in tda18271c1_rf_tracking_filter_calibration()
822 struct tda18271_std_map_item *map, u32 freq, u32 bw) in tda18271_tune() argument
828 freq, map->if_freq, bw, map->agc_mode, map->std); in tda18271_tune()
838 tda18271c1_rf_tracking_filter_calibration(fe, freq, bw); in tda18271_tune()
844 ret = tda18271_channel_configuration(fe, map, freq, bw); in tda18271_tune()
860 u32 bw, freq = params->frequency; in tda18271_set_params() local
882 bw = 6000000; in tda18271_set_params()
886 bw = 6000000; in tda18271_set_params()
890 bw = 7000000; in tda18271_set_params()
894 bw = 8000000; in tda18271_set_params()
910 ret = tda18271_tune(fe, map, freq, bw); in tda18271_set_params()