Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp3716 auto psuBus = std::get_if<uint64_t>(&propMap["Bus"]); in getPSUAddress() local
3720 if (psuBus == nullptr || psuAddress == nullptr) in getPSUAddress()
3726 bus = static_cast<uint8_t>(*psuBus); in getPSUAddress()