Searched refs:STATUS_WORD (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | slot-hsc-fault | 52 STATUS_WORD=$((LOW_BYTE | (HIGH_BYTE << 8) )) 53 STATUS_WORD=$(dec_to_hex $STATUS_WORD) 54 status_array+=("${slot_num} (0x79) STATUS_WORD" "$STATUS_WORD")
|
H A D | medusa-power-module-fault | 55 STATUS_WORD=$((LOW_BYTE | (HIGH_BYTE << 8) )) 56 STATUS_WORD=$(dec_to_hex $STATUS_WORD) 57 status_array+=("Power Module ${pu_num} (0x79) STATUS_WORD" "$STATUS_WORD")
|
H A D | medusa-hsc-alert | 46 STATUS_WORD=$((LOW_BYTE | (HIGH_BYTE << 8) )) 47 STATUS_WORD=$(dec_to_hex $STATUS_WORD) 48 status_array+=("HSC${hsc_alert_position} (0x79) STATUS_WORD" "$STATUS_WORD")
|
H A D | medusa-hsc-fault | 48 STATUS_WORD=$((LOW_BYTE | (HIGH_BYTE << 8) )) 49 STATUS_WORD=$(dec_to_hex $STATUS_WORD) 50 status_array+=("HSC${hsc_fault_position} (0x79) STATUS_WORD" "$STATUS_WORD")
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | pmbus.hpp | 15 constexpr auto STATUS_WORD = "status0"; variable
|
/openbmc/phosphor-power/ |
H A D | pmbus.hpp | 38 constexpr auto STATUS_WORD = "status0"; variable
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 97 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); 156 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); in analyze()
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 76 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); 150 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); in analyze()
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | ucd90160.cpp | 106 return interface.read(STATUS_WORD, Type::Debug); in readStatusWord()
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | ucd90160.cpp | 106 return interface.read(STATUS_WORD, Type::Debug); in readStatusWord()
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | updater.cpp | 327 uint16_t statusWord = pmbus.read(STATUS_WORD, Type::Debug); in isReadyToUpdate()
|
/openbmc/openbmc-tools/bi2cp/ |
H A D | bi2cp | 77 STATUS_WORD = (0x79, 2) variable in PMBusCommand
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 573 statusWord = pmbusIntf->read(STATUS_WORD, Type::Debug, in analyze()
|
/openbmc/phosphor-power/phosphor-power-supply/test/ |
H A D | power_supply_tests.cpp | 43 EXPECT_CALL(mockPMBus, read(STATUS_WORD, _, _)) in setPMBusExpectations()
|