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.cpp2275 double cfmLim = std::get<double>(cfmLimit); in ipmiOEMGetFscParameter() local
2277 cfmLim = std::floor(cfmLim + 0.5); in ipmiOEMGetFscParameter()
2279 uint16_t cfmLimResp = static_cast<uint16_t>(cfmLim); in ipmiOEMGetFscParameter()