Searched refs:chipType (Results 1 – 9 of 9) sorted by relevance
| /openbmc/openpower-hw-diags/analyzer/ |
| H A D | initialize_isolator.cpp | 40 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 D | create_pel.cpp | 192 uint32_t chipType = chip.getType(); in __captureRegisterDump() local 196 stream << chipType << chipPos << nodePos << numRegs; in __captureRegisterDump()
|
| /openbmc/phosphor-bmc-code-mgmt/cpld/ |
| H A D | cpld_interface.cpp | 12 void CPLDFactory::registerCPLD(const std::string& chipType, Creator creator) in registerCPLD() argument 14 creators[chipType] = std::move(creator); in registerCPLD() 18 const std::string& chipType, sdbusplus::async::context& ctx, in create() argument 21 auto it = creators.find(chipType); in create()
|
| H A D | cpld_interface.hpp | 44 sdbusplus::async::context& ctx, const std::string& chipType, 50 void registerCPLD(const std::string& chipType, Creator creator); 53 const std::string& chipType, sdbusplus::async::context& ctx,
|
| H A D | cpld_software_manager.cpp | 23 auto chipType = co_await dbusGetRequiredProperty<std::string>( in initDevice() local 28 if (!busNo.has_value() || !address.has_value() || !chipType.has_value() || in initDevice() 37 "TYPE", chipType.value(), "NAME", chipName.value(), "BUS", in initDevice() 73 ctx, chipType.value(), chipName.value(), busNo.value(), address.value(), in initDevice()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | sbe_ffdc_handler.cpp | 61 ffdcType(FFDC_TYPE_NONE), chipType(fapi2::TARGET_TYPE_PROC_CHIP) in SbeFFDC() 88 chipType = std::stoi(type.value()); in SbeFFDC() 240 libekb_get_sbe_ffdc(ffdc, ffdcPkt, chipPos, chipType); in process()
|
| H A D | sbe_ffdc_handler.hpp | 233 uint32_t chipType; member in openpower::pels::sbe::SbeFFDC
|
| /openbmc/phosphor-mrw-tools/ |
| H A D | gen_path_callouts.pl | 504 my $chipType = $targets->getType($segment->{SourceChip}); 505 if ($chipType eq "BMC")
|
| /openbmc/openpower-hw-diags/analyzer/ras-data/ |
| H A D | ras-data-parser.cpp | 277 libhei::ChipType_t chipType = in initDataFiles() local 281 auto ret = iv_dataFiles.emplace(chipType, data); in initDataFiles()
|