Searched refs:ch_bw (Results 1 – 3 of 3) sorted by relevance
2027 s32 ch_bw; in mt2063_set_analog_params() local2043 ch_bw = 8000000; in mt2063_set_analog_params()2044 pict2chanb_vsb = -(ch_bw / 2); in mt2063_set_analog_params()2051 ch_bw = 6000000; in mt2063_set_analog_params()2055 ch_bw = 7000000; in mt2063_set_analog_params()2059 ch_bw = 8000000; in mt2063_set_analog_params()2066 if_mid = pict_car - (pict2chanb_vsb + (ch_bw / 2)); in mt2063_set_analog_params()2070 state->AS_Data.f_out_bw = ch_bw + 750000; in mt2063_set_analog_params()2076 params->frequency, ch_bw, pict2chanb_vsb); in mt2063_set_analog_params()2078 status = MT2063_Tune(state, (params->frequency + (pict2chanb_vsb + (ch_bw / 2)))); in mt2063_set_analog_params()[all …]
173 u32 ch_bw:3; member
1702 int ch_bw = max_bandwidth_khz; in reg_rule_to_chan_bw_flags() local1704 while (ch_bw) { in reg_rule_to_chan_bw_flags()1705 edge_offset = (center_freq_khz - ch_bw / 2) - in reg_rule_to_chan_bw_flags()1707 if (edge_offset % ch_bw == 0) { in reg_rule_to_chan_bw_flags()1708 switch (KHZ_TO_MHZ(ch_bw)) { in reg_rule_to_chan_bw_flags()1733 ch_bw /= 2; in reg_rule_to_chan_bw_flags()