channelIndex     1591 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	s8	channelIndex = -1;
channelIndex     1600 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		channelIndex = Channel - 1;
channelIndex     1604 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 				channelIndex = i;
channelIndex     1609 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	if (channelIndex == -1)
channelIndex     1612 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	return channelIndex;
channelIndex     1956 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 	s8 powerLimit = 0, prevPowerLimit, channelIndex;
channelIndex     2012 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		channelIndex = phy_GetChannelIndexOfTxPowerLimit(BAND_ON_2_4G, channel);
channelIndex     2014 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		if (channelIndex == -1)
channelIndex     2017 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		prevPowerLimit = pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A];
channelIndex     2020 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 			pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A] = powerLimit;
channelIndex     2025 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		channelIndex = phy_GetChannelIndexOfTxPowerLimit(BAND_ON_5G, channel);
channelIndex     2027 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		if (channelIndex == -1)
channelIndex     2030 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		prevPowerLimit = pHalData->TxPwrLimit_5G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A];
channelIndex     2033 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 			pHalData->TxPwrLimit_5G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A] = powerLimit;