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.cpp890 uint32_t labelValue{0}; in readTempSensors() local
894 labelValue = readFile<uint32_t>(file.path()); in readTempSensors()
941 uint16_t type = (labelValue & 0xFF000000) >> 24; in readTempSensors()
942 uint16_t instanceID = labelValue & 0x0000FFFF; in readTempSensors()
1149 std::string labelValue; in readPowerSensors() local
1152 labelValue = readFile<std::string>(file.path()); in readPowerSensors()
1162 auto functionID = getPowerLabelFunctionID(labelValue); in readPowerSensors()
1234 std::string labelValue; in readExtnSensors() local
1237 labelValue = readFile<std::string>(file.path()); in readExtnSensors()
1262 if ((labelValue == EXTN_LABEL_PWRM_MEMORY_POWER) || in readExtnSensors()
[all …]