Home
last modified time | relevance | path

Searched refs:getParentChip (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-hw-diags/test/
H A Dtest-pdbg-dts.cpp114 TEST(util_pdbg, getParentChip) in TEST() argument
122 EXPECT_EQ(procChip, getParentChip(procChip)); // get self in TEST()
123 EXPECT_EQ(procChip, getParentChip(omiUnit)); // get unit in TEST()
129 EXPECT_EQ(ocmbChip, getParentChip(ocmbChip)); // get self in TEST()
130 EXPECT_EQ(ocmbChip, getParentChip(memPortUnit)); // get unit in TEST()
/openbmc/openpower-hw-diags/util/
H A Dpdbg.hpp74 pdbg_target* getParentChip(pdbg_target* i_unitTarget);
H A Dpdbg.cpp100 pdbg_target* getParentChip(pdbg_target* i_unitTarget) in getParentChip() function
504 if (getScom(getParentChip(mcc), addrs.at(getUnitPos(mcc)), val)) in __isMaskedOcmb()
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-tod-plugins.cpp172 chipSourcingClock = getParentChip(clockSourceUnit); in getChipSourcingClock()