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.cpp348 captureCmd(nv, STATUS_MFR, Type::Debug); in checkPGOrUnitOffFault()
388 captureCmd(nv, STATUS_MFR, Type::Debug); in checkCurrentOutOverCurrentFault()
429 captureCmd(nv, STATUS_MFR, Type::Debug); in checkOutputOvervoltageFault()
466 captureCmd(nv, STATUS_MFR, Type::Debug); in checkFanFault()
520 captureCmd(nv, STATUS_MFR, Type::Debug); in checkTemperatureFault()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp385 captureCmd(nv, STATUS_MFR, Type::Debug); in checkPGOrUnitOffFault()
425 captureCmd(nv, STATUS_MFR, Type::Debug); in checkCurrentOutOverCurrentFault()
466 captureCmd(nv, STATUS_MFR, Type::Debug); in checkOutputOvervoltageFault()
503 captureCmd(nv, STATUS_MFR, Type::Debug); in checkFanFault()
557 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.cpp584 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()