Home
last modified time | relevance | path

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

/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.hpp47 constexpr auto VOUT_FAULT = 0x8000; variable
/openbmc/phosphor-power/
H A Dpmbus.hpp73 constexpr auto VOUT_FAULT = 0x8000; variable
/openbmc/phosphor-power/power-sequencer/
H A Ducd90160.cpp121 if (!(statusWord & status_word::VOUT_FAULT)) in checkVOUTFaults()
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Ducd90160.cpp121 if (!(statusWord & status_word::VOUT_FAULT)) in checkVOUTFaults()
/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp330 if ((statusWord & status_word::VOUT_FAULT) || in isReadyToUpdate()
/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()
576 expectations.statusWordValue = (status_word::VOUT_FAULT); in TEST_F()
1433 expectations.statusWordValue = (status_word::VOUT_FAULT); in TEST_F()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp353 if ((statusWord & phosphor::pmbus::status_word::VOUT_FAULT) && in analyzeVoutUVFault()