Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dmedusa-hsc-alert40 STATUS_CML=$(i2ctransfer -f -y "$bus" w1@"$addr" 0x7E r1)
41 status_array+=("HSC${hsc_alert_position} (0x7E) STATUS_CML" "$STATUS_CML")
H A Dmedusa-hsc-fault42 STATUS_CML=$(i2ctransfer -f -y "$bus" w1@"$addr" 0x7E r1)
43 status_array+=("HSC${hsc_fault_position} (0x7E) STATUS_CML" "$STATUS_CML")
/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()