Lines Matching refs:bw
87 u32 freq, u32 bw) in tda18271_channel_configuration() argument
706 u32 freq, u32 bw) in tda18271c1_rf_tracking_filter_calibration() argument
740 N = freq + bw / 2; in tda18271c1_rf_tracking_filter_calibration()
753 N = freq + bw / 2 + 1000000; in tda18271c1_rf_tracking_filter_calibration()
897 struct tda18271_std_map_item *map, u32 freq, u32 bw) in tda18271_tune() argument
903 freq, map->if_freq, bw, map->agc_mode, map->std); in tda18271_tune()
917 tda18271c1_rf_tracking_filter_calibration(fe, freq, bw); in tda18271_tune()
923 ret = tda18271_channel_configuration(fe, map, freq, bw); in tda18271_tune()
936 u32 bw = c->bandwidth_hz; in tda18271_set_params() local
948 bw = 6000000; in tda18271_set_params()
953 if (bw <= 6000000) { in tda18271_set_params()
955 } else if (bw <= 7000000) { in tda18271_set_params()
962 bw = 6000000; in tda18271_set_params()
966 if (bw <= 6000000) { in tda18271_set_params()
968 } else if (bw <= 7000000) { in tda18271_set_params()
983 ret = tda18271_tune(fe, map, freq, bw); in tda18271_set_params()
990 priv->bandwidth = bw; in tda18271_set_params()