Home
last modified time | relevance | path

Searched refs:ch_bw (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/media/tuners/
H A Dmt2063.c2026 s32 ch_bw; in mt2063_set_analog_params() local
2042 ch_bw = 8000000; in mt2063_set_analog_params()
2043 pict2chanb_vsb = -(ch_bw / 2); in mt2063_set_analog_params()
2050 ch_bw = 6000000; in mt2063_set_analog_params()
2054 ch_bw = 7000000; in mt2063_set_analog_params()
2058 ch_bw = 8000000; in mt2063_set_analog_params()
2101 s32 ch_bw; in mt2063_set_params() local
2116 ch_bw = 6000000; in mt2063_set_params()
2118 ch_bw = 7000000; in mt2063_set_params()
2120 ch_bw = 8000000; in mt2063_set_params()
[all …]
/linux-6.15/net/wireless/
H A Dreg.c1726 int ch_bw = max_bandwidth_khz; in reg_rule_to_chan_bw_flags() local
1728 while (ch_bw) { in reg_rule_to_chan_bw_flags()
1729 edge_offset = (center_freq_khz - ch_bw / 2) - in reg_rule_to_chan_bw_flags()
1731 if (edge_offset % ch_bw == 0) { in reg_rule_to_chan_bw_flags()
1732 switch (KHZ_TO_MHZ(ch_bw)) { in reg_rule_to_chan_bw_flags()
1757 ch_bw /= 2; in reg_rule_to_chan_bw_flags()