Searched refs:OMI_BUS (Results 1 – 6 of 6) sorted by relevance
/openbmc/openpower-hw-diags/test/ |
H A D | test-resolution.cpp | 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() 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 D | callout.hpp | 155 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 D | p10-plugins.cpp | 147 omiTarget, callout::BusType::OMI_BUS); in callout_attached_dimms()
|
/openbmc/openpower-hw-diags/util/ |
H A D | pdbg.cpp | 317 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 D | ras-data-parser.cpp | 339 {"OMI_BUS", callout::BusType::OMI_BUS}, in parseBus()
|
H A D | ras-data-definition.md | 62 | type | The bus connection type. Values (string): `SMP_BUS` and `OMI_BUS` |
|