Searched refs:acm_error (Results 1 – 2 of 2) sorted by relevance
49 int intel_txt_log_acm_error(const uint32_t acm_error) in intel_txt_log_acm_error() argument51 if (!(acm_error & ACMERROR_TXT_VALID)) in intel_txt_log_acm_error()54 const uint8_t type = (acm_error & ACMERROR_TXT_TYPE_CODE) in intel_txt_log_acm_error()70 if (acm_error & ACMERROR_TXT_EXTERNAL) in intel_txt_log_acm_error()75 const uint32_t class = (acm_error & ACMERROR_TXT_CLASS_CODE) in intel_txt_log_acm_error()77 const uint32_t major = (acm_error & ACMERROR_TXT_MAJOR_CODE) in intel_txt_log_acm_error()79 const uint32_t minor = (acm_error & ACMERROR_TXT_MINOR_CODE) in intel_txt_log_acm_error()81 const uint32_t progress = (acm_error & ACMERROR_TXT_PROGRESS_CODE) in intel_txt_log_acm_error()94 printk(BIOS_ERR, " Error Type: 0x%x\n", acm_error & 0xffffff); in intel_txt_log_acm_error()98 return (acm_error & ACMERROR_TXT_EXTERNAL) && class == 0 && major == 0 && progress > 0; in intel_txt_log_acm_error()
23 int intel_txt_log_acm_error(const uint32_t acm_error);