Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1591 s8 channelIndex = -1; in phy_GetChannelIndexOfTxPowerLimit() local
1600 channelIndex = Channel - 1; in phy_GetChannelIndexOfTxPowerLimit()
1604 channelIndex = i; in phy_GetChannelIndexOfTxPowerLimit()
1609 if (channelIndex == -1) in phy_GetChannelIndexOfTxPowerLimit()
1612 return channelIndex; in phy_GetChannelIndexOfTxPowerLimit()
1956 s8 powerLimit = 0, prevPowerLimit, channelIndex; in PHY_SetTxPowerLimit() local
2012 channelIndex = phy_GetChannelIndexOfTxPowerLimit(BAND_ON_2_4G, channel); in PHY_SetTxPowerLimit()
2014 if (channelIndex == -1) in PHY_SetTxPowerLimit()
2017 …prevPowerLimit = pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_R… in PHY_SetTxPowerLimit()
2020 …pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A] = power… in PHY_SetTxPowerLimit()
[all …]