Home
last modified time | relevance | path

Searched refs:MAX_CHANNEL_NUM (Results 1 – 25 of 227) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_dm_acs.h35 u8 clm_ratio[MAX_CHANNEL_NUM];
36 u8 nhm_ratio[MAX_CHANNEL_NUM];
37 u8 bss_nums[MAX_CHANNEL_NUM];
38 u8 interference_time[MAX_CHANNEL_NUM];
80 s16 noise[MAX_CHANNEL_NUM];
81 u8 bss_nums[MAX_CHANNEL_NUM];
H A Dhal_dm_acs.c35 _rtw_memset(pbss_nums, 0, MAX_CHANNEL_NUM); in _rtw_bss_nums_count()
48 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in _rtw_bss_nums_count()
126 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_rst()
235 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_clm_ratio_by_ch_num()
246 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_clm_ratio_by_ch_idx()
259 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_nhm_ratio_by_ch_num()
270 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_num_ratio_by_ch_idx()
386 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_measure()
411 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_query_by_chan_num()
427 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_noise_query_by_chan_idx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_dm_acs.h81 u8 clm_ratio[MAX_CHANNEL_NUM];
82 u8 nhm_ratio[MAX_CHANNEL_NUM];
83 s8 env_mntr_rpt[MAX_CHANNEL_NUM];
85 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
87 u8 bss_nums[MAX_CHANNEL_NUM];
88 u8 interference_time[MAX_CHANNEL_NUM];
161 s16 noise[MAX_CHANNEL_NUM];
162 u8 bss_nums[MAX_CHANNEL_NUM];
H A Dhal_dm_acs.c35 _rtw_memset(pbss_nums, 0, MAX_CHANNEL_NUM); in _rtw_bss_nums_count()
48 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in _rtw_bss_nums_count()
195 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_rst()
341 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_clm_ratio_by_ch_num()
352 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_clm_ratio_by_ch_idx()
365 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_nhm_ratio_by_ch_num()
376 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_nhm_noise_pwr_by_ch_idx()
388 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_num_ratio_by_ch_idx()
504 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_measure()
529 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_query_by_chan_num()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_dm_acs.h81 u8 clm_ratio[MAX_CHANNEL_NUM];
82 u8 nhm_ratio[MAX_CHANNEL_NUM];
83 s8 env_mntr_rpt[MAX_CHANNEL_NUM];
85 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
87 u8 bss_nums[MAX_CHANNEL_NUM];
88 u8 interference_time[MAX_CHANNEL_NUM];
161 s16 noise[MAX_CHANNEL_NUM];
162 u8 bss_nums[MAX_CHANNEL_NUM];
H A Dhal_dm_acs.c35 _rtw_memset(pbss_nums, 0, MAX_CHANNEL_NUM); in _rtw_bss_nums_count()
48 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in _rtw_bss_nums_count()
195 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_rst()
341 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_clm_ratio_by_ch_num()
352 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_clm_ratio_by_ch_idx()
365 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_nhm_ratio_by_ch_num()
376 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_nhm_noise_pwr_by_ch_idx()
388 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_num_ratio_by_ch_idx()
504 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_measure()
529 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_query_by_chan_num()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_dm_acs.h82 u8 clm_ratio[MAX_CHANNEL_NUM];
83 u8 nhm_ratio[MAX_CHANNEL_NUM];
84 s8 env_mntr_rpt[MAX_CHANNEL_NUM];
86 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
88 u8 bss_nums[MAX_CHANNEL_NUM];
89 u8 interference_time[MAX_CHANNEL_NUM];
163 s16 noise[MAX_CHANNEL_NUM];
164 u8 bss_nums[MAX_CHANNEL_NUM];
H A Dhal_dm_acs.c36 _rtw_memset(pbss_nums, 0, MAX_CHANNEL_NUM); in _rtw_bss_nums_count()
49 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in _rtw_bss_nums_count()
196 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_rst()
342 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_clm_ratio_by_ch_num()
353 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_clm_ratio_by_ch_idx()
366 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_nhm_ratio_by_ch_num()
377 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_nhm_noise_pwr_by_ch_idx()
389 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_num_ratio_by_ch_idx()
505 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_measure()
530 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_query_by_chan_num()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/
H A Dhal_dm_acs.h81 u8 clm_ratio[MAX_CHANNEL_NUM];
82 u8 nhm_ratio[MAX_CHANNEL_NUM];
83 s8 env_mntr_rpt[MAX_CHANNEL_NUM];
85 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
87 u8 bss_nums[MAX_CHANNEL_NUM];
88 u8 interference_time[MAX_CHANNEL_NUM];
162 s16 noise[MAX_CHANNEL_NUM];
163 u8 bss_nums[MAX_CHANNEL_NUM];
H A Dhal_dm_acs.c35 _rtw_memset(pbss_nums, 0, MAX_CHANNEL_NUM); in _rtw_bss_nums_count()
48 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in _rtw_bss_nums_count()
195 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_rst()
341 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_clm_ratio_by_ch_num()
352 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_clm_ratio_by_ch_idx()
365 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_nhm_ratio_by_ch_num()
376 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_nhm_noise_pwr_by_ch_idx()
388 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_num_ratio_by_ch_idx()
504 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_measure()
529 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_query_by_chan_num()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_dm_acs.h81 u8 clm_ratio[MAX_CHANNEL_NUM];
82 u8 nhm_ratio[MAX_CHANNEL_NUM];
83 s8 env_mntr_rpt[MAX_CHANNEL_NUM]; /*unit:dbm*/
85 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
87 u8 bss_nums[MAX_CHANNEL_NUM];
88 u8 interference_time[MAX_CHANNEL_NUM];
162 s16 noise[MAX_CHANNEL_NUM];
163 u8 bss_nums[MAX_CHANNEL_NUM];
H A Dhal_dm_acs.c35 _rtw_memset(pbss_nums, 0, MAX_CHANNEL_NUM); in _rtw_bss_nums_count()
48 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in _rtw_bss_nums_count()
195 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_rst()
341 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_clm_ratio_by_ch_num()
352 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_clm_ratio_by_ch_idx()
365 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_nhm_ratio_by_ch_num()
376 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_nhm_noise_pwr_by_ch_idx()
388 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_num_ratio_by_ch_idx()
534 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_measure()
559 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_query_by_chan_num()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_dm_acs.h81 u8 clm_ratio[MAX_CHANNEL_NUM];
82 u8 nhm_ratio[MAX_CHANNEL_NUM];
83 s8 env_mntr_rpt[MAX_CHANNEL_NUM]; /*unit:dbm*/
85 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
87 u8 bss_nums[MAX_CHANNEL_NUM];
88 u8 interference_time[MAX_CHANNEL_NUM];
162 s16 noise[MAX_CHANNEL_NUM];
163 u8 bss_nums[MAX_CHANNEL_NUM];
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_dm_acs.h81 u8 clm_ratio[MAX_CHANNEL_NUM];
82 u8 nhm_ratio[MAX_CHANNEL_NUM];
83 s8 env_mntr_rpt[MAX_CHANNEL_NUM]; /*unit:dbm*/
85 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
87 u8 bss_nums[MAX_CHANNEL_NUM];
88 u8 interference_time[MAX_CHANNEL_NUM];
162 s16 noise[MAX_CHANNEL_NUM];
163 u8 bss_nums[MAX_CHANNEL_NUM];
H A Dhal_dm_acs.c35 _rtw_memset(pbss_nums, 0, MAX_CHANNEL_NUM); in _rtw_bss_nums_count()
48 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in _rtw_bss_nums_count()
195 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_rst()
341 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_clm_ratio_by_ch_num()
352 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_clm_ratio_by_ch_idx()
365 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_acs_get_nhm_ratio_by_ch_num()
376 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_nhm_noise_pwr_by_ch_idx()
388 if (ch_idx >= MAX_CHANNEL_NUM) { in rtw_acs_get_num_ratio_by_ch_idx()
534 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_measure()
559 if ((chan_idx == -1) || (chan_idx >= MAX_CHANNEL_NUM)) { in rtw_noise_query_by_chan_num()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_acs.c23 if ((idx < 0) || (idx >= MAX_CHANNEL_NUM)) { in phl_acs_mntr_trigger()
46 if (idx >= MAX_CHANNEL_NUM) { in phl_acs_mntr_result()
62 if (idx >= MAX_CHANNEL_NUM) { in rtw_phl_acs_get_channel_by_idx()
75 if (idx >= MAX_CHANNEL_NUM) { in rtw_phl_acs_get_clm_ratio_by_idx()
88 if (idx >= MAX_CHANNEL_NUM) { in rtw_phl_noise_query_by_idx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_acs.c23 if ((idx < 0) || (idx >= MAX_CHANNEL_NUM)) { in phl_acs_mntr_trigger()
46 if (idx >= MAX_CHANNEL_NUM) { in phl_acs_mntr_result()
62 if (idx >= MAX_CHANNEL_NUM) { in rtw_phl_acs_get_channel_by_idx()
75 if (idx >= MAX_CHANNEL_NUM) { in rtw_phl_acs_get_clm_ratio_by_idx()
88 if (idx >= MAX_CHANNEL_NUM) { in rtw_phl_noise_query_by_idx()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_rf.h28 #define MAX_CHANNEL_NUM 14 /* 2.4 GHz only */ macro
37 u8 channel_set[MAX_CHANNEL_NUM];
38 u8 channel_cck_power[MAX_CHANNEL_NUM]; /* dbm */
39 u8 channel_ofdm_power[MAX_CHANNEL_NUM]; /* dbm */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_dm_acs.h82 u8 clm_ratio[MAX_CHANNEL_NUM];
83 u8 nhm_ratio[MAX_CHANNEL_NUM];
85 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
87 u8 bss_nums[MAX_CHANNEL_NUM];
88 u8 interference_time[MAX_CHANNEL_NUM];
157 s16 noise[MAX_CHANNEL_NUM];
158 u8 bss_nums[MAX_CHANNEL_NUM];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_dm_acs.h82 u8 clm_ratio[MAX_CHANNEL_NUM];
83 u8 nhm_ratio[MAX_CHANNEL_NUM];
85 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
87 u8 bss_nums[MAX_CHANNEL_NUM];
88 u8 interference_time[MAX_CHANNEL_NUM];
157 s16 noise[MAX_CHANNEL_NUM];
158 u8 bss_nums[MAX_CHANNEL_NUM];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_dm_acs.h82 u8 clm_ratio[MAX_CHANNEL_NUM];
83 u8 nhm_ratio[MAX_CHANNEL_NUM];
85 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
87 u8 bss_nums[MAX_CHANNEL_NUM];
88 u8 interference_time[MAX_CHANNEL_NUM];
157 s16 noise[MAX_CHANNEL_NUM];
158 u8 bss_nums[MAX_CHANNEL_NUM];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_dm_acs.h82 u8 clm_ratio[MAX_CHANNEL_NUM];
83 u8 nhm_ratio[MAX_CHANNEL_NUM];
85 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
87 u8 bss_nums[MAX_CHANNEL_NUM];
88 u8 interference_time[MAX_CHANNEL_NUM];
157 s16 noise[MAX_CHANNEL_NUM];
158 u8 bss_nums[MAX_CHANNEL_NUM];
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_dm_acs.h81 u8 clm_ratio[MAX_CHANNEL_NUM];
82 u8 nhm_ratio[MAX_CHANNEL_NUM];
84 u8 nhm[MAX_CHANNEL_NUM][NHM_RPT_NUM];
86 u8 bss_nums[MAX_CHANNEL_NUM];
87 u8 interference_time[MAX_CHANNEL_NUM];
156 s16 noise[MAX_CHANNEL_NUM];
157 u8 bss_nums[MAX_CHANNEL_NUM];
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_rf.h33 #define MAX_CHANNEL_NUM 38/* 14+24 */ macro
44 u8 channel_set[MAX_CHANNEL_NUM];
45 u8 channel_cck_power[MAX_CHANNEL_NUM];/* dbm */
46 u8 channel_ofdm_power[MAX_CHANNEL_NUM];/* dbm */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Drtw_rf.h45 #define MAX_CHANNEL_NUM 38//14+24 macro
57 u8 channel_set[MAX_CHANNEL_NUM];
58 u8 channel_cck_power[MAX_CHANNEL_NUM];//dbm
59 u8 channel_ofdm_power[MAX_CHANNEL_NUM];//dbm

12345678910