Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/exit-air/
H A DExitAirTempSensor.cpp240 uint64_t maxRpm = 100; in setupMatches() local
246 maxRpm = self->getMaxRpm(*cfm); in setupMatches()
249 self->pwmLimitIface->register_property("Limit", maxRpm); in setupMatches()
251 setMaxPWM(self->dbusConnection, maxRpm); in setupMatches()
289 uint64_t maxRpm = self->getMaxRpm(*reading); in setupMatches() local
290 self->pwmLimitIface->set_property("Limit", maxRpm); in setupMatches()
291 setMaxPWM(self->dbusConnection, maxRpm); in setupMatches()