Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DPwmSensor.cpp37 static constexpr double targetIfaceMax = sysPwmMax; variable
127 if (req > static_cast<uint64_t>(targetIfaceMax)) in PwmSensor()
136 auto scaledValue = static_cast<double>(req) / targetIfaceMax; in PwmSensor()
148 auto roundValue = std::round(scaledValue * targetIfaceMax); in PwmSensor()