Home
last modified time | relevance | path

Searched full:sbes (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dlite5200_pm.c92 static struct mpc52xx_sdma sbes; variable
101 _memcpy_fromio(&sbes, bes, sizeof(*bes)); in lite5200_save_regs()
156 out_be32(&bes->taskBar, sbes.taskBar); in lite5200_restore_regs()
157 out_be32(&bes->currentPointer, sbes.currentPointer); in lite5200_restore_regs()
158 out_be32(&bes->endPointer, sbes.endPointer); in lite5200_restore_regs()
159 out_be32(&bes->variablePointer, sbes.variablePointer); in lite5200_restore_regs()
161 out_8(&bes->IntVect1, sbes.IntVect1); in lite5200_restore_regs()
162 out_8(&bes->IntVect2, sbes.IntVect2); in lite5200_restore_regs()
163 out_be16(&bes->PtdCntrl, sbes.PtdCntrl); in lite5200_restore_regs()
166 out_8(&bes->ipr[i], sbes.ipr[i]); in lite5200_restore_regs()
[all …]
/openbmc/openpower-debug-collector/dump/
H A Dsbe_dump_collector.hpp28 * @brief Manages the collection of dumps from SBEs on failure.
48 * @brief Orchestrates the collection of dumps from all available SBEs.
50 * Initiates the process of collecting diagnostic dumps from SBEs. This
H A Dsbe_dump_collector.cpp367 // SBEs can be packaged. in writeDumpFile()
392 // Just return here so dumps collected from other SBEs can be in writeDumpFile()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/
H A DSBE.interface.yaml9 such SBEs to find out the root cause of the error. This data includes
/openbmc/linux/drivers/edac/
H A DKconfig515 This driver reports Single Bit Errors (SBEs) and Double Bit Errors (DBEs).
H A Darmada_xp_edac.c334 /* it seems that SBEs are not captured otherwise */ in axp_mc_probe()