Home
last modified time | relevance | path

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

/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.hpp76 constexpr auto VIN_UV_FAULT = 0x0008; variable
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp99 (statusWord & status_word::VIN_UV_FAULT)))
289 (statusWord & status_word::VIN_UV_FAULT))) in checkInputFault()
302 !(statusWord & status_word::VIN_UV_FAULT)) in checkInputFault()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp78 (statusWord & status_word::VIN_UV_FAULT)))
259 (statusWord & status_word::VIN_UV_FAULT))) in checkInputFault()
272 !(statusWord & status_word::VIN_UV_FAULT)) in checkInputFault()
/openbmc/phosphor-power/
H A Dpmbus.hpp106 constexpr auto VIN_UV_FAULT = 0x0008; variable
/openbmc/linux/Documentation/hwmon/
H A Ducd9200.rst70 in1_lcrit_alarm Voltage critical low alarm. From VIN_UV_FAULT status.
/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp332 (statusWord & status_word::VIN_UV_FAULT) || in isReadyToUpdate()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp521 if (statusWord & phosphor::pmbus::status_word::VIN_UV_FAULT) in analyzeVinUVFault()
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dpower_supply_tests.cpp350 (status_word::INPUT_FAULT_WARN | status_word::VIN_UV_FAULT); in TEST_F()
1265 expectations.statusWordValue = (status_word::VIN_UV_FAULT); in TEST_F()