Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/attn/
H A Dattn_common.cpp86 uint32_t chipId = 0; in addPrdScratchRegs() local
90 if (RC_SUCCESS != fsi_read(fsiTarget, 0x2980, &chipId)) in addPrdScratchRegs()
93 chipId = 0; in addPrdScratchRegs()
104 if (0 != chipId || 0 != signatureId) in addPrdScratchRegs()
108 chipId, signatureId); in addPrdScratchRegs()
121 chipId, signatureId); in addPrdScratchRegs()
/openbmc/phosphor-hwmon/
H A Dgpio_handle.cpp20 unsigned long chipId = std::strtoul(gpiochip.c_str(), &gpioEnd, 10); in BuildGpioHandle() local
39 gpioplus::Chip chip(chipId); in BuildGpioHandle()
/openbmc/openpower-hw-diags/analyzer/
H A Dcreate_pel.cpp298 uint32_t chipId = 0; // stored in reg9 in __captureScratchRegSignature() local
308 if (0 != util::pdbg::getCfam(priProc, reg9Addr, chipId)) in __captureScratchRegSignature()
310 chipId = 0; // just in case in __captureScratchRegSignature()
320 if (0 != chipId || 0 != sigId) in __captureScratchRegSignature()
330 stream << chipId << sigId; in __captureScratchRegSignature()
/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp431 auto chipId = __getChipId(i_trgt); in __getChipIdEc() local
434 if (((0 == chipId) || (0 == chipEc)) && (TYPE_PROC == getTrgtType(i_trgt))) in __getChipIdEc()
446 chipId = ((val & 0x0F0FF000) >> 12); in __getChipIdEc()
451 return ((chipId & 0xffff) << 16) | (chipEc & 0xff); in __getChipIdEc()
/openbmc/openpower-hw-diags/test/
H A Dtest-pdbg-dts.cpp61 const uint32_t chipId = 0; // ID for proc0. in TEST() local
79 EXPECT_EQ(attr, chipId); in TEST()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsbe_ffdc_handler.cpp54 uint32_t chipId:8; member