Home
last modified time | relevance | path

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

/openbmc/witherspoon-pfault-analysis/
H A Dpmbus.hpp39 constexpr auto STATUS_FANS_1_2 = "status0_fans12"; variable
/openbmc/phosphor-power/
H A Dpmbus.hpp62 constexpr auto STATUS_FANS_1_2 = "status0_fan12"; variable
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp469 captureCmd(nv, STATUS_FANS_1_2, Type::Debug); in checkFanFault()
524 captureCmd(nv, STATUS_FANS_1_2, Type::Debug); in checkTemperatureFault()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp506 captureCmd(nv, STATUS_FANS_1_2, Type::Debug); in checkFanFault()
561 captureCmd(nv, STATUS_FANS_1_2, Type::Debug); in checkTemperatureFault()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp592 statusFans12 = pmbusIntf->read(STATUS_FANS_1_2, Type::Debug); in analyze()
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dpower_supply_tests.cpp71 EXPECT_CALL(mockPMBus, read(STATUS_FANS_1_2, _, _)) in setPMBusExpectations()