Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp288 using TargetType_t = util::pdbg::TargetType_t; in getTargetSubsystem() typedef
296 {TargetType_t::TYPE_DIMM, callout::SrcSubsystem::MEMORY_DIMM }, in getTargetSubsystem()
297 {TargetType_t::TYPE_PROC, callout::SrcSubsystem::PROCESSOR_FRU }, in getTargetSubsystem()
298 {TargetType_t::TYPE_CORE, callout::SrcSubsystem::PROCESSOR_UNIT}, in getTargetSubsystem()
299 {TargetType_t::TYPE_NX, callout::SrcSubsystem::PROCESSOR }, in getTargetSubsystem()
300 {TargetType_t::TYPE_EQ, callout::SrcSubsystem::PROCESSOR_UNIT}, in getTargetSubsystem()
301 {TargetType_t::TYPE_PEC, callout::SrcSubsystem::PROCESSOR_UNIT}, in getTargetSubsystem()
302 {TargetType_t::TYPE_PHB, callout::SrcSubsystem::PHB }, in getTargetSubsystem()
303 {TargetType_t::TYPE_MC, callout::SrcSubsystem::MEMORY_CTLR }, in getTargetSubsystem()
304 {TargetType_t::TYPE_IOLINK, callout::SrcSubsystem::PROCESSOR_BUS }, in getTargetSubsystem()
[all …]
/openbmc/openpower-hw-diags/util/
H A Dpdbg.hpp24 enum TargetType_t : uint8_t enum
81 pdbg_target* getChipUnit(pdbg_target* i_parentChip, TargetType_t i_unitType,
H A Dpdbg.cpp157 pdbg_target* getChipUnit(pdbg_target* i_parentChip, TargetType_t i_unitType, in getChipUnit()
169 static const std::map<TargetType_t, std::string> m = in getChipUnit()
193 static const std::map<TargetType_t, std::string> m = in getChipUnit()