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.cpp865 std::string dvfsTempPath; in readTempSensors() local
876 dvfsTempPath = std::string{OCC_SENSORS_ROOT} + "/temperature/proc" + in readTempSensors()
906 dvfsTempPath = std::string{OCC_SENSORS_ROOT} + "/temperature/" + in readTempSensors()
922 dvfsTempPath = in readTempSensors()
938 if (!dvfsTempPath.empty() && in readTempSensors()
939 !dbus::OccDBusSensors::getOccDBus().hasDvfsTemp(dvfsTempPath)) in readTempSensors()
946 dvfsTempPath, dvfsValue * std::pow(10, -3)); in readTempSensors()