Lines Matching refs:max_bandwidth_khz
683 freq_range->max_bandwidth_khz > freq_diff) in is_valid_reg_rule()
801 max_bandwidth1 = freq_range1->max_bandwidth_khz; in reg_rules_intersect()
802 max_bandwidth2 = freq_range2->max_bandwidth_khz; in reg_rules_intersect()
809 freq_range->max_bandwidth_khz = min(max_bandwidth1, max_bandwidth2); in reg_rules_intersect()
828 if (freq_range->max_bandwidth_khz > freq_diff) in reg_rules_intersect()
829 freq_range->max_bandwidth_khz = freq_diff; in reg_rules_intersect()
865 if (r1->freq_range.max_bandwidth_khz < in rule_contains()
866 r2->freq_range.max_bandwidth_khz) in rule_contains()
1092 freq_range->max_bandwidth_khz, in chan_reg_rule_print_dbg()
1096 freq_range->max_bandwidth_khz); in chan_reg_rule_print_dbg()
1131 u32 max_bandwidth_khz; in handle_channel() local
1174 max_bandwidth_khz = freq_range->max_bandwidth_khz; in handle_channel()
1177 max_bandwidth_khz = reg_get_max_bandwidth(regd, reg_rule); in handle_channel()
1179 if (max_bandwidth_khz < MHZ_TO_KHZ(40)) in handle_channel()
1181 if (max_bandwidth_khz < MHZ_TO_KHZ(80)) in handle_channel()
1183 if (max_bandwidth_khz < MHZ_TO_KHZ(160)) in handle_channel()
1697 u32 max_bandwidth_khz; in handle_channel_custom() local
1719 max_bandwidth_khz = freq_range->max_bandwidth_khz; in handle_channel_custom()
1722 max_bandwidth_khz = reg_get_max_bandwidth(regd, reg_rule); in handle_channel_custom()
1724 if (max_bandwidth_khz < MHZ_TO_KHZ(40)) in handle_channel_custom()
1726 if (max_bandwidth_khz < MHZ_TO_KHZ(80)) in handle_channel_custom()
1728 if (max_bandwidth_khz < MHZ_TO_KHZ(160)) in handle_channel_custom()
2686 freq_range->max_bandwidth_khz, in print_rd_rules()
2690 freq_range->max_bandwidth_khz); in print_rd_rules()