Home
last modified time | relevance | path

Searched refs:mc_dstl_fir (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-hw-diags/test/
H A Dtest-root-cause-filter.cpp27 static const auto mc_dstl_fir = static_cast<libhei::NodeId_t>( variable
61 libhei::Signature reAttnSig{procChip0, mc_dstl_fir, 0, 1, in TEST()
100 libhei::Signature ucsAttnSig{procChip0, mc_dstl_fir, 0, 0, in TEST()
167 libhei::Signature unrelatedRe{procChip0, mc_dstl_fir, 0, 14, in TEST()
171 libhei::Signature rootCauseRe{procChip0, mc_dstl_fir, 0, 16, in TEST()
/openbmc/openpower-hw-diags/analyzer/
H A Dfilter-root-cause.cpp86 static const auto mc_dstl_fir = __hash("MC_DSTL_FIR"); in __findMemoryChannelFailure() local
127 (mc_dstl_fir == s.getId() || mc_ustl_fir == s.getId()) && in __findMemoryChannelFailure()