Searched refs:MAX_CHANNEL_NUM (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_rf.h30 #define MAX_CHANNEL_NUM 14 macro
41 u8 channel_set[MAX_CHANNEL_NUM];
42 u8 channel_cck_power[MAX_CHANNEL_NUM];/* dbm */
43 u8 channel_ofdm_power[MAX_CHANNEL_NUM];/* dbm */
H A Drtw_mlme_ext.h201 unsigned char Channel[MAX_CHANNEL_NUM];
417 struct rt_channel_info channel_set[MAX_CHANNEL_NUM];
/linux-master/include/soc/amlogic/
H A Dmeson_ddr_pmu.h9 #define MAX_CHANNEL_NUM 8 macro
35 u64 channel_cnt[MAX_CHANNEL_NUM]; /* To save a DMC bandwidth-monitor channel counter */
/linux-master/sound/soc/intel/keembay/
H A Dkmb_platform.h92 #define MAX_CHANNEL_NUM 8 macro
/linux-master/sound/soc/dwc/
H A Dlocal.h103 #define MAX_CHANNEL_NUM 8 macro
/linux-master/drivers/perf/amlogic/
H A Dmeson_g12_ddr_pmu.c224 u32 rp[MAX_CHANNEL_NUM] = {DMC_MON_G12_CTRL1, DMC_MON_G12_CTRL3,
226 u32 rs[MAX_CHANNEL_NUM] = {DMC_MON_G12_CTRL2, DMC_MON_G12_CTRL4,
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c339 memset(channel_set, 0, sizeof(struct rt_channel_info)*MAX_CHANNEL_NUM);
4265 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM];
4310 if ((i == MAX_CHANNEL_NUM) ||
4339 while ((i < MAX_CHANNEL_NUM) &&
4359 while ((i < MAX_CHANNEL_NUM) &&
4380 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) {

Completed in 163 milliseconds