Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp336 auto fanPwm = std::get_if<uint64_t>(&findPwm->second); in findPwmName() local
337 if (!fanPwm) in findPwmName()
341 pwmName = "Pwm_" + std::to_string(*fanPwm + 1); in findPwmName()