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.cpp234 uint64_t maxRpm = 100; in setupMatches() local
240 maxRpm = self->getMaxRpm(*cfm); in setupMatches()
243 self->pwmLimitIface->register_property("Limit", maxRpm); in setupMatches()
245 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()