Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.cpp236 uint64_t maxRpm = 100; in setupMatches() local
242 maxRpm = self->getMaxRpm(*cfm); in setupMatches()
245 self->pwmLimitIface->register_property("Limit", maxRpm); in setupMatches()
247 setMaxPWM(self->dbusConnection, maxRpm); in setupMatches()
283 uint64_t maxRpm = self->getMaxRpm(*reading); in setupMatches() local
284 self->pwmLimitIface->set_property("Limit", maxRpm); in setupMatches()
285 setMaxPWM(self->dbusConnection, maxRpm); in setupMatches()