Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Doverlay.cpp85 for (std::size_t channelIndex = 0; channelIndex < channelNames.size(); in linkMux() local
86 channelIndex++) in linkMux()
88 const std::string& channelName = channelNames[channelIndex]; in linkMux()
95 devDir / ("channel-" + std::to_string(channelIndex)); in linkMux()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c817 s8 powerLimit = 0, prevPowerLimit, channelIndex; in PHY_SetTxPowerLimit() local
847 channelIndex = phy_GetChannelIndexOfTxPowerLimit(channel); in PHY_SetTxPowerLimit()
849 if (channelIndex == -1) in PHY_SetTxPowerLimit()
852 …prevPowerLimit = pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][RF_PA… in PHY_SetTxPowerLimit()
855 …pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][RF_PATH_A] = powerLimi… in PHY_SetTxPowerLimit()