Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.hpp37 uint64_t getMaxRpm(uint64_t cfmMax) const;
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp2279 double cfmMax = std::get<double>(cfmMaximum); in ipmiOEMGetFscParameter() local
2283 cfmMax = std::floor(cfmMax + 0.5); in ipmiOEMGetFscParameter()
2285 uint16_t cfmMaxResp = static_cast<uint16_t>(cfmMax); in ipmiOEMGetFscParameter()