Home
last modified time | relevance | path

Searched refs:STATUS_CML (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-power/
H A Dpmbus.hpp69 constexpr auto STATUS_CML = "status0_cml"; variable
/openbmc/openbmc-tools/bi2cp/
H A Dbi2cp78 STATUS_CML = (0x7E, 1) variable in PMBusCommand
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp586 statusCML = pmbusIntf->read(STATUS_CML, Type::Debug); in analyze()
/openbmc/linux/Documentation/hwmon/
H A Dpmbus-core.rst331 Other PMBus chips don't support the STATUS_CML register, or report
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dpower_supply_tests.cpp58 EXPECT_CALL(mockPMBus, read(STATUS_CML, _, _)) in setPMBusExpectations()