Home
last modified time | relevance | path

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

/openbmc/pldm/libpldmresponder/
H A Dplatform_numeric_effecter.hpp58 auto tempValue = std::get<uint8_t>(value); in getEffecterRawValue() local
59 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()
63 auto tempValue = std::get<uint8_t>(value); in getEffecterRawValue() local
64 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()
95 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()
100 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()
118 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()
123 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()
141 value = static_cast<uint64_t>(tempValue); in getEffecterRawValue()
146 value = static_cast<uint32_t>(tempValue); in getEffecterRawValue()
[all …]
/openbmc/openpower-occ-control/
H A Docc_manager.cpp1062 double tempValue{0}; in readTempSensors() local
1066 tempValue = std::numeric_limits<double>::quiet_NaN(); in readTempSensors()
1087 tempValue = 0; in readTempSensors()
1105 if ((std::isnan(existing->second) && (tempValue == 0)) || in readTempSensors()
1106 ((existing->second == 0) && std::isnan(tempValue))) in readTempSensors()
1111 tempValue = std::numeric_limits<double>::quiet_NaN(); in readTempSensors()
1112 existing->second = tempValue; in readTempSensors()
1116 existing->second = tempValue; in readTempSensors()
1122 sensorData[sensorPath] = tempValue; in readTempSensors()
1215 double tempValue{0}; in readPowerSensors() local
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c760 s8 tempValue = 0, tempPwrLmt = 0; in PHY_ConvertTxPowerLimitToPowerIndex() local
781 tempValue = tempPwrLmt - BW40PwrBasedBm2_4G; in PHY_ConvertTxPowerLimitToPowerIndex()
782 pHalData->TxPwrLimit_2_4G[regulation][bw][rateSection][channel][rfPath] = tempValue; in PHY_ConvertTxPowerLimitToPowerIndex()