Home
last modified time | relevance | path

Searched refs:REG_CH_TO_FREQ (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_lte.c88 if (REG_CH_TO_FREQ(ch_loop) >= range->start_freq) { in reg_process_ch_avoid_freq()
95 if (REG_CH_TO_FREQ(ch_loop) >= range->end_freq) { in reg_process_ch_avoid_freq()
97 if (REG_CH_TO_FREQ(ch_loop) > range->end_freq) in reg_process_ch_avoid_freq()
111 REG_CH_TO_FREQ(ch_loop); in reg_process_ch_avoid_freq()
H A Dreg_services_common.c3104 return REG_CH_TO_FREQ(ch_enum); in reg_ch_to_freq()
8576 if (REG_CH_TO_FREQ(ch_loop) >= range->start_freq) { in reg_process_ch_avoid_freq_ext()
8583 if (REG_CH_TO_FREQ(ch_loop) >= range->end_freq) { in reg_process_ch_avoid_freq_ext()
8585 if (REG_CH_TO_FREQ(ch_loop) > range->end_freq) in reg_process_ch_avoid_freq_ext()
8599 REG_CH_TO_FREQ(ch_loop); in reg_process_ch_avoid_freq_ext()
8615 REG_CH_TO_FREQ(ch_loop); in reg_process_ch_avoid_freq_ext()
H A Dreg_services_common.h125 #define REG_CH_TO_FREQ(ch_enum) channel_map[ch_enum].center_freq macro