Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp129 auto tHi = env::getEnv(Thresholds<T>::envHi, sensorType, sensorID); in addThreshold() local
130 if (!tLo.empty() || !tHi.empty()) in addThreshold()
154 if (!tHi.empty()) in addThreshold()
156 auto hi = stod(tHi) * std::pow(10, scale); in addThreshold()