Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_manager.cpp958 uint32_t labelValue{0}; in readTempSensors() local
962 labelValue = readFile<uint32_t>(file.path()); in readTempSensors()
1009 uint16_t type = (labelValue & 0xFF000000) >> 24; in readTempSensors()
1010 uint16_t instanceID = labelValue & 0x0000FFFF; in readTempSensors()
1217 std::string labelValue; in readPowerSensors() local
1220 labelValue = readFile<std::string>(file.path()); in readPowerSensors()
1230 auto functionID = getPowerLabelFunctionID(labelValue); in readPowerSensors()
1302 std::string labelValue; in readExtnSensors() local
1305 labelValue = readFile<std::string>(file.path()); in readExtnSensors()
1330 if ((labelValue == EXTN_LABEL_PWRM_MEMORY_POWER) || in readExtnSensors()
[all …]