Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/test/
H A Dtest-pdbg-dts.cpp169 TEST(util_pdbg, getScom) in TEST() argument
187 rc = getScom(procChip, 0x11111111, val); in TEST()
192 rc = getScom(procChip, 0x33333333, val); in TEST()
197 rc = getScom(ocmbChip, 0x22222222, val); in TEST()
201 EXPECT_DEATH({ getScom(omiUnit, 0x11111111, val); }, ""); in TEST()
H A Dpdbg-sim-only.cpp40 int getScom(pdbg_target* i_target, uint64_t i_addr, uint64_t& o_val) in getScom() function
/openbmc/openpower-hw-diags/util/
H A Dpdbg-no-sim.cpp48 int getScom(pdbg_target* i_target, uint64_t i_addr, uint64_t& o_val) in getScom() function
H A Dpdbg.hpp114 int getScom(pdbg_target* i_trgt, uint64_t i_addr, uint64_t& o_val);
H A Dpdbg.cpp504 if (getScom(getParentChip(mcc), addrs.at(getUnitPos(mcc)), val)) in __isMaskedOcmb()
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-tod-plugins.cpp139 if (util::pdbg::getScom(i_chip, static_cast<uint64_t>(i_addr), scomValue)) in readRegister()
/openbmc/openpower-hw-diags/analyzer/
H A Dcreate_pel.cpp259 if (0 != util::pdbg::getScom(priProc, scomAddr, scomValue)) in __captureHostbootScratchRegisters()