Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1589 s8 channelIndex = -1; in phy_GetChannelIndexOfTxPowerLimit() local
1598 channelIndex = Channel - 1; in phy_GetChannelIndexOfTxPowerLimit()
1602 channelIndex = i; in phy_GetChannelIndexOfTxPowerLimit()
1607 if (channelIndex == -1) in phy_GetChannelIndexOfTxPowerLimit()
1610 return channelIndex; in phy_GetChannelIndexOfTxPowerLimit()
1954 s8 powerLimit = 0, prevPowerLimit, channelIndex; in PHY_SetTxPowerLimit() local
2010 channelIndex = phy_GetChannelIndexOfTxPowerLimit(BAND_ON_2_4G, channel); in PHY_SetTxPowerLimit()
2012 if (channelIndex == -1) in PHY_SetTxPowerLimit()
2015 …prevPowerLimit = pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_R… in PHY_SetTxPowerLimit()
2018 …pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][ODM_RF_PATH_A] = power… in PHY_SetTxPowerLimit()
[all …]