Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/test/
H A Dtest-pdbg-dts.cpp125 auto ocmbChip = getTrgt("/proc0/pib/perv13/mc1/mi0/mcc0/omi1/ocmb0"); in TEST() local
129 EXPECT_EQ(ocmbChip, getParentChip(ocmbChip)); // get self in TEST()
130 EXPECT_EQ(ocmbChip, getParentChip(memPortUnit)); // get unit in TEST()
159 auto ocmbChip = getTrgt("/proc0/pib/perv13/mc1/mi0/mcc0/omi1/ocmb0"); in TEST() local
166 getChipUnit(ocmbChip, TYPE_MEM_PORT, memPortUnitPos)); in TEST()
175 auto ocmbChip = getTrgt("/proc0/pib/perv13/mc1/mi0/mcc0/omi1/ocmb0"); in TEST() local
181 scom.error(ocmbChip, 0x22222222); in TEST()
197 rc = getScom(ocmbChip, 0x22222222, val); in TEST()