Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp148 class BusType class
152 static const BusType SMP_BUS;
155 static const BusType OMI_BUS;
163 BusType(const std::string& i_string, const SrcSubsystem i_subsystem) : in BusType() function in analyzer::callout::BusType
175 bool operator==(const BusType& r) const in operator ==()
194 inline const BusType BusType::SMP_BUS{"SMP_BUS", SrcSubsystem::PROCESSOR_BUS};
195 inline const BusType BusType::OMI_BUS{"OMI_BUS", SrcSubsystem::MEMORY_BUS};
H A Dresolution.hpp71 ConnectedCalloutResolution(const callout::BusType& i_busType, in ConnectedCalloutResolution()
80 const callout::BusType iv_busType;
113 BusCalloutResolution(const callout::BusType& i_busType, in BusCalloutResolution()
122 const callout::BusType iv_busType;
H A Dservice_data.hpp111 const callout::BusType& i_busType,
121 void calloutBus(pdbg_target* i_rxTarget, const callout::BusType& i_busType,
H A Dservice_data.cpp27 const callout::BusType& i_busType, in calloutConnected()
51 const callout::BusType& i_busType, in calloutBus()
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-plugins.cpp147 omiTarget, callout::BusType::OMI_BUS); in callout_attached_dimms()
177 io_servData.calloutBus(omiTarget, callout::BusType::OMI_BUS, in channel_timeout()
207 io_servData.calloutConnected(omiTarget, callout::BusType::OMI_BUS, in channel_timeout()
H A Dp10-tod-plugins.cpp169 getConnectedTarget(iohsUnit, callout::BusType::SMP_BUS); in getChipSourcingClock()
/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp303 const callout::BusType& i_busType) in getConnectedTarget()
312 if (callout::BusType::SMP_BUS == i_busType && in getConnectedTarget()
317 else if (callout::BusType::SMP_BUS == i_busType && in getConnectedTarget()
322 else if (callout::BusType::OMI_BUS == i_busType && in getConnectedTarget()
348 else if (callout::BusType::OMI_BUS == i_busType && in getConnectedTarget()
H A Dpdbg.hpp90 const analyzer::callout::BusType& i_busType);
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.hpp98 std::tuple<callout::BusType, std::string> parseBus(
H A Dras-data-parser.cpp330 std::tuple<callout::BusType, std::string> RasDataParser::parseBus( in parseBus()
336 static const std::map<std::string, callout::BusType> m = in parseBus()
338 {"SMP_BUS", callout::BusType::SMP_BUS}, in parseBus()
339 {"OMI_BUS", callout::BusType::OMI_BUS}, in parseBus()
/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl303 $segment{BusType} = $busType;
524 if ($segment->{BusType} eq "I2C")
528 elsif ($segment->{BusType} eq "FSIM")
532 elsif ($segment->{BusType} eq "SPI")
/openbmc/openpower-hw-diags/test/
H A Dtest-resolution.cpp197 callout::BusType::SMP_BUS, iolink_str, callout::Priority::MED_A, true); in TEST()
200 callout::BusType::OMI_BUS, ocmb_str, callout::Priority::MED_B, true); in TEST()
203 callout::BusType::OMI_BUS, omi_str, callout::Priority::MED_C, true); in TEST()
291 callout::BusType::OMI_BUS, omi_str, callout::Priority::MED_A, true); in TEST()
294 callout::BusType::OMI_BUS, omi_str, callout::Priority::LOW, false); in TEST()