Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_rf.h33 #define MAX_CHANNEL_NUM 38/* 14+24 */ macro
45 u8 channel_set[MAX_CHANNEL_NUM];
46 u8 channel_cck_power[MAX_CHANNEL_NUM];/* dbm */
47 u8 channel_ofdm_power[MAX_CHANNEL_NUM];/* dbm */
Drtw_mlme_ext.h201 unsigned char Channel[MAX_CHANNEL_NUM];
420 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_rf.h43 #define MAX_CHANNEL_NUM 14 /* 2.4 GHz only */ macro
54 u8 channel_set[MAX_CHANNEL_NUM];
55 u8 channel_cck_power[MAX_CHANNEL_NUM]; /* dbm */
56 u8 channel_ofdm_power[MAX_CHANNEL_NUM]; /* dbm */
Drtw_mlme_ext.h181 unsigned char Channel[MAX_CHANNEL_NUM];
426 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c490 memset(c_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()
4496 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()
4542 if (i == MAX_CHANNEL_NUM || in process_80211d()
4579 while (i < MAX_CHANNEL_NUM && in process_80211d()
4598 while (i < MAX_CHANNEL_NUM && in process_80211d()
4615 if (i == MAX_CHANNEL_NUM || in process_80211d()
4649 while (i < MAX_CHANNEL_NUM && in process_80211d()
4667 while (i < MAX_CHANNEL_NUM && in process_80211d()
4683 while (i < MAX_CHANNEL_NUM && chplan_new[i].ChannelNum != 0) { in process_80211d()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2468 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()
2516 if ((i == MAX_CHANNEL_NUM) || in process_80211d()
2544 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
2562 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
2577 while ((i < MAX_CHANNEL_NUM) && (chplan_sta[i].ChannelNum != 0)) { in process_80211d()
2591 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { in process_80211d()
4093 memset(channel_set, 0, sizeof(struct rt_channel_info) * MAX_CHANNEL_NUM); in init_channel_set()
/linux-4.4.14/sound/soc/dwc/
Ddesignware_i2s.c83 #define MAX_CHANNEL_NUM 8 macro
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c912 for (i = 0, val = 0; i < MAX_CHANNEL_NUM; i++) { in rtw_wx_get_range()