Searched refs:getParentChip (Results 1 – 4 of 4) sorted by relevance
114 TEST(util_pdbg, getParentChip) in TEST() argument122 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()
74 pdbg_target* getParentChip(pdbg_target* i_unitTarget);
100 pdbg_target* getParentChip(pdbg_target* i_unitTarget) in getParentChip() function504 if (getScom(getParentChip(mcc), addrs.at(getUnitPos(mcc)), val)) in __isMaskedOcmb()
172 chipSourcingClock = getParentChip(clockSourceUnit); in getChipSourcingClock()