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/phosphor-power/power-supply/
H A Dpower_supply.cpp75 (statusWord & status_word::VIN_UV_FAULT)))
253 (statusWord & status_word::VIN_UV_FAULT))) in checkInputFault()
266 !(statusWord & status_word::VIN_UV_FAULT)) in checkInputFault()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp100 (statusWord & status_word::VIN_UV_FAULT)))
290 (statusWord & status_word::VIN_UV_FAULT))) in checkInputFault()
303 !(statusWord & status_word::VIN_UV_FAULT)) in checkInputFault()
/openbmc/phosphor-power/
H A Dpmbus.hpp106 constexpr auto VIN_UV_FAULT = 0x0008; variable
/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp220 (statusWord & status_word::VIN_UV_FAULT) || in isReadyToUpdate()
/openbmc/linux/Documentation/hwmon/
H A Ducd9200.rst70 in1_lcrit_alarm Voltage critical low alarm. From VIN_UV_FAULT status.
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp523 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()