Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp427 auto chipEc = __getChipEc(i_trgt); in __getChipIdEc() local
429 if (((0 == chipId) || (0 == chipEc)) && (TYPE_PROC == getTrgtType(i_trgt))) in __getChipIdEc()
442 chipEc = ((val & 0xF0000000) >> 24) | ((val & 0x00F00000) >> 20); in __getChipIdEc()
446 return ((chipId & 0xffff) << 16) | (chipEc & 0xff); in __getChipIdEc()