Home
last modified time | relevance | path

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

/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp349 captureCmd(nv, STATUS_MFR, Type::Debug); in checkPGOrUnitOffFault()
389 captureCmd(nv, STATUS_MFR, Type::Debug); in checkCurrentOutOverCurrentFault()
430 captureCmd(nv, STATUS_MFR, Type::Debug); in checkOutputOvervoltageFault()
467 captureCmd(nv, STATUS_MFR, Type::Debug); in checkFanFault()
521 captureCmd(nv, STATUS_MFR, Type::Debug); in checkTemperatureFault()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp386 captureCmd(nv, STATUS_MFR, Type::Debug); in checkPGOrUnitOffFault()
426 captureCmd(nv, STATUS_MFR, Type::Debug); in checkCurrentOutOverCurrentFault()
467 captureCmd(nv, STATUS_MFR, Type::Debug); in checkOutputOvervoltageFault()
504 captureCmd(nv, STATUS_MFR, Type::Debug); in checkFanFault()
558 captureCmd(nv, STATUS_MFR, Type::Debug); in checkTemperatureFault()
/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.hpp36 constexpr auto STATUS_MFR = "status0_mfr"; variable
/openbmc/phosphor-power/
H A Dpmbus.hpp59 constexpr auto STATUS_MFR = "status0_mfr"; variable
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp586 statusMFR = pmbusIntf->read(STATUS_MFR, Type::Debug); in analyze()
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dpower_supply_tests.cpp55 EXPECT_CALL(mockPMBus, read(STATUS_MFR, _, _)) in setPMBusExpectations()