Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp2276 double cfmLim = std::get<double>(cfmLimit); in ipmiOEMGetFscParameter() local
2278 cfmLim = std::floor(cfmLim + 0.5); in ipmiOEMGetFscParameter()
2280 uint16_t cfmLimResp = static_cast<uint16_t>(cfmLim); in ipmiOEMGetFscParameter()