Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_manager.cpp864 std::string dvfsTempPath; in readTempSensors() local
875 dvfsTempPath = std::string{OCC_SENSORS_ROOT} + "/temperature/proc" + in readTempSensors()
905 dvfsTempPath = std::string{OCC_SENSORS_ROOT} + "/temperature/" + in readTempSensors()
921 dvfsTempPath = in readTempSensors()
937 if (!dvfsTempPath.empty() && in readTempSensors()
938 !dbus::OccDBusSensors::getOccDBus().hasDvfsTemp(dvfsTempPath)) in readTempSensors()
945 dvfsTempPath, dvfsValue * std::pow(10, -3)); in readTempSensors()