Searched refs:getScom (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openpower-hw-diags/test/ |
| H A D | test-pdbg-dts.cpp | 169 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 D | pdbg-sim-only.cpp | 40 int getScom(pdbg_target* i_target, uint64_t i_addr, uint64_t& o_val) in getScom() function
|
| /openbmc/openpower-hw-diags/util/ |
| H A D | pdbg-no-sim.cpp | 48 int getScom(pdbg_target* i_target, uint64_t i_addr, uint64_t& o_val) in getScom() function
|
| H A D | pdbg.hpp | 114 int getScom(pdbg_target* i_trgt, uint64_t i_addr, uint64_t& o_val);
|
| H A D | pdbg.cpp | 504 if (getScom(getParentChip(mcc), addrs.at(getUnitPos(mcc)), val)) in __isMaskedOcmb()
|
| /openbmc/openpower-hw-diags/analyzer/plugins/ |
| H A D | p10-tod-plugins.cpp | 139 if (util::pdbg::getScom(i_chip, static_cast<uint64_t>(i_addr), scomValue)) in readRegister()
|
| /openbmc/openpower-hw-diags/analyzer/ |
| H A D | create_pel.cpp | 259 if (0 != util::pdbg::getScom(priProc, scomAddr, scomValue)) in __captureHostbootScratchRegisters()
|