Searched refs:STATUS_MFR (Results 1 – 6 of 6) sorted by relevance
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 385 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/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 355 captureCmd(nv, STATUS_MFR, Type::Debug); in checkPGOrUnitOffFault() 395 captureCmd(nv, STATUS_MFR, Type::Debug); in checkCurrentOutOverCurrentFault() 436 captureCmd(nv, STATUS_MFR, Type::Debug); in checkOutputOvervoltageFault() 473 captureCmd(nv, STATUS_MFR, Type::Debug); in checkFanFault() 527 captureCmd(nv, STATUS_MFR, Type::Debug); in checkTemperatureFault()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.hpp | 36 constexpr auto STATUS_MFR = "status0_mfr"; variable
|
/openbmc/phosphor-power/ |
H A D | pmbus.hpp | 59 constexpr auto STATUS_MFR = "status0_mfr"; variable
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 584 statusMFR = pmbusIntf->read(STATUS_MFR, Type::Debug); in analyze()
|
/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | power_supply_tests.cpp | 55 EXPECT_CALL(mockPMBus, read(STATUS_MFR, _, _)) in setPMBusExpectations()
|