Home
last modified time | relevance | path

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

/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.hpp67 constexpr auto VOUT_OV_FAULT = 0x0020; variable
/openbmc/phosphor-power/
H A Dpmbus.hpp97 constexpr auto VOUT_OV_FAULT = 0x0020; variable
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp304 if (statusWord & phosphor::pmbus::status_word::VOUT_OV_FAULT) in analyzeVoutOVFault()
356 !(statusWord & phosphor::pmbus::status_word::VOUT_OV_FAULT)) in analyzeVoutUVFault()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp410 if (statusWord & status_word::VOUT_OV_FAULT) in checkOutputOvervoltageFault()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp447 if (statusWord & status_word::VOUT_OV_FAULT) in checkOutputOvervoltageFault()
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dpower_supply_tests.cpp499 ((status_word::VOUT_FAULT) | (status_word::VOUT_OV_FAULT)); in TEST_F()
1328 expectations.statusWordValue = (status_word::VOUT_OV_FAULT); in TEST_F()