Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ampere/event/
H A Doem_event_manager.cpp734 uint32_t byte012 = presentReading & 0xffffff; in handleDIMMStatusEvent() local
759 description += "; " + dimmTrainingFailureToMsg(byte012); in handleDIMMStatusEvent()
763 uint8_t byte0 = (byte012 & 0xff); in handleDIMMStatusEvent()
775 if (byte012 == 0x01) in handleDIMMStatusEvent()
781 switch (byte012) in handleDIMMStatusEvent()
796 if (byte012 == 0x01) in handleDIMMStatusEvent()
819 uint32_t byte012 = presentReading & 0xffffff; in handleDDRStatusEvent() local
837 description += dimmIdxsToString(byte012); in handleDDRStatusEvent()