Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_manager.cpp976 uint32_t fruTypeValue{0}; in readTempSensors() local
979 fruTypeValue = readFile<uint32_t>(filePathString + fruTypeSuffix); in readTempSensors()
995 if (fruTypeValue == VRMVdd) in readTempSensors()
1000 else if (fruTypeValue == processorIoRing) in readTempSensors()
1014 if (fruTypeValue == fruTypeNotAvailable) in readTempSensors()
1020 auto iter = dimmTempSensorName.find(fruTypeValue); in readTempSensors()
1024 "readTempSensors: Fru type error! fruTypeValue = {FRU}) ", in readTempSensors()
1025 "FRU", fruTypeValue); in readTempSensors()
1033 dimmDVFSSensorName.at(fruTypeValue); in readTempSensors()
1037 if (fruTypeValue in readTempSensors()
[all...]