Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/test/
H A Dtest-resolution.cpp200 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()
264 "Bus Type": "OMI_BUS", in TEST()
272 "Bus Type": "OMI_BUS", 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()
351 "Bus Type": "OMI_BUS", in TEST()
359 "Bus Type": "OMI_BUS", in TEST()
/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp155 static const BusType OMI_BUS; member in analyzer::callout::BusType
195 inline const BusType BusType::OMI_BUS{"OMI_BUS", SrcSubsystem::MEMORY_BUS};
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-plugins.cpp146 omiTarget, callout::BusType::OMI_BUS); in callout_attached_dimms()
/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp317 else if (callout::BusType::OMI_BUS == i_busType && in getConnectedTarget()
343 else if (callout::BusType::OMI_BUS == i_busType && in getConnectedTarget()
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp341 {"OMI_BUS", callout::BusType::OMI_BUS}, in parseBus()
H A Dras-data-definition.md62 | type | The bus connection type. Values (string): `SMP_BUS` and `OMI_BUS` |