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.cpp829 uint32_t labelValue{0}; in readTempSensors() local
833 labelValue = readFile<uint32_t>(file.path()); in readTempSensors()
881 uint16_t type = (labelValue & 0xFF000000) >> 24; in readTempSensors()
882 uint16_t instanceID = labelValue & 0x0000FFFF; in readTempSensors()
1094 std::string labelValue; in readPowerSensors() local
1097 labelValue = readFile<std::string>(file.path()); in readPowerSensors()
1108 auto functionID = getPowerLabelFunctionID(labelValue); in readPowerSensors()