Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/analyzer/
H A Dinitialize_isolator.cpp40 libhei::ChipType_t chipType; in __getChipDataFiles() local
43 const size_t sz_chipType = sizeof(chipType); in __getChipDataFiles()
67 memcpy(&chipType, &buffer[sz_keyword], sz_chipType); in __getChipDataFiles()
68 chipType = be32toh(chipType); in __getChipDataFiles()
71 trace::inf("File found: type=0x%0" PRIx32 " path=%s", chipType, in __getChipDataFiles()
75 auto ret = o_files.emplace(chipType, path); in __getChipDataFiles()
122 auto chipType = chip.getType(); in initializeIsolator() local
125 auto ret = initTypes.emplace(chipType, 1); in initializeIsolator()
133 auto itr = files.find(chipType); in initializeIsolator()
H A Dcreate_pel.cpp192 uint32_t chipType = chip.getType(); in __captureRegisterDump() local
196 stream << chipType << chipPos << nodePos << numRegs; in __captureRegisterDump()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsbe_ffdc_handler.cpp75 ffdcType(FFDC_TYPE_NONE), chipType(fapi2::TARGET_TYPE_PROC_CHIP) in SbeFFDC()
102 chipType = std::stoi(type.value()); in SbeFFDC()
254 libekb_get_sbe_ffdc(ffdc, ffdcPkt, chipPos, chipType); in process()
H A Dsbe_ffdc_handler.hpp233 uint32_t chipType; member in openpower::pels::sbe::SbeFFDC
/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl504 my $chipType = $targets->getType($segment->{SourceChip});
505 if ($chipType eq "BMC")
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp277 libhei::ChipType_t chipType = in initDataFiles() local
281 auto ret = iv_dataFiles.emplace(chipType, data); in initDataFiles()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtcOutSrc.h422 void EXhalbtcoutsrc_SetChipType(u8 chipType);