Searched refs:byte3 (Results 1 – 7 of 7) sorted by relevance
313 uint8_t byte3 = (presentReading & 0xff000000) >> 24; in handleBootOverallEvent() local318 if (bootStageToMsgMap.contains(byte3)) in handleBootOverallEvent()321 description += bootStageToMsgMap[byte3]; in handleBootOverallEvent()323 switch (byte3) in handleBootOverallEvent()350 (boot_stage::S0_DDR_TRAINING_FAILURE == byte3) ? "0" : "1"; in handleBootOverallEvent()373 if (byte3 <= boot_stage::UEFI_STATUS_CLASS_CODE_MAX) in handleBootOverallEvent()382 << static_cast<uint32_t>(byte3) << "); Status SubClass (0x" in handleBootOverallEvent()733 uint8_t byte3 = (presentReading & 0xff000000) >> 24; in handleDIMMStatusEvent() local747 if (dimmStatusToMsgMap.contains(byte3)) in handleDIMMStatusEvent()749 if (byte3 == dimm_status::INSTALLED_NO_ERROR || in handleDIMMStatusEvent()[all …]
26 conf_data.set('MAGIC_NUMBER_BYTE3', get_option('magic-number-byte3'))
59 'magic-number-byte3',
180 u8 byte3; in zynq_qspi_read_data() local198 byte3 = (u8)(data >> 16); in zynq_qspi_read_data()199 *((u8 *)priv->rx_buf) = byte3; in zynq_qspi_read_data()
48 byte3, enumerator
248 readingFormat = ReadingFormat::byte3; in loadDefaults()311 case (ReadingFormat::byte3): in processReading()
2143 unsigned int byte3 = (hex_int >> 8) & 0xFF; in hex_to_ip_address() local2146 return g_strdup_printf("%u.%u.%u.%u", byte4, byte3, byte2, byte1); in hex_to_ip_address()