Searched refs:STATUS_IOUT (Results 1 – 6 of 6) sorted by relevance
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 384 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkPGOrUnitOffFault() 424 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkCurrentOutOverCurrentFault() 465 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkOutputOvervoltageFault() 558 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkTemperatureFault()
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 354 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkPGOrUnitOffFault() 394 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkCurrentOutOverCurrentFault() 435 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkOutputOvervoltageFault() 528 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkTemperatureFault()
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.hpp | 33 constexpr auto STATUS_IOUT = "status0_iout"; variable
|
/openbmc/phosphor-power/ |
H A D | pmbus.hpp | 56 constexpr auto STATUS_IOUT = "status0_iout"; variable
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 589 statusIout = pmbusIntf->read(STATUS_IOUT, Type::Debug); in analyze()
|
/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | power_supply_tests.cpp | 68 EXPECT_CALL(mockPMBus, read(STATUS_IOUT, _, _)) in setPMBusExpectations()
|