Home
last modified time | relevance | path

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

/openbmc/linux/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];
/openbmc/linux/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 */
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.h17 #define MAX_CHANNEL_NUM 4 // 1 ~ 32 macro
H A Dncsi.c835 for ( chl_idx = 0; chl_idx < MAX_CHANNEL_NUM; chl_idx++ ) { in phy_ncsi()
879 for ( chl_idx = 0; chl_idx < MAX_CHANNEL_NUM; chl_idx++ ) { in phy_ncsi()
/openbmc/linux/drivers/perf/amlogic/
H A Dmeson_g12_ddr_pmu.c224 u32 rp[MAX_CHANNEL_NUM] = {DMC_MON_G12_CTRL1, DMC_MON_G12_CTRL3, in dmc_g12_config_fiter()
226 u32 rs[MAX_CHANNEL_NUM] = {DMC_MON_G12_CTRL2, DMC_MON_G12_CTRL4, in dmc_g12_config_fiter()
/openbmc/linux/sound/soc/intel/keembay/
H A Dkmb_platform.h92 #define MAX_CHANNEL_NUM 8 macro
/openbmc/linux/sound/soc/dwc/
H A Dlocal.h103 #define MAX_CHANNEL_NUM 8 macro
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c339 memset(channel_set, 0, sizeof(struct rt_channel_info)*MAX_CHANNEL_NUM); in init_channel_set()
4265 struct rt_channel_info chplan_sta[MAX_CHANNEL_NUM]; in process_80211d()
4310 if ((i == MAX_CHANNEL_NUM) || in process_80211d()
4339 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
4359 while ((i < MAX_CHANNEL_NUM) && in process_80211d()
4380 while ((i < MAX_CHANNEL_NUM) && (chplan_new[i].ChannelNum != 0)) { in process_80211d()