Searched refs:einj_error_type_string (Results 1 – 1 of 1) sorted by relevance
801 static struct { u32 mask; const char *str; } const einj_error_type_string[] = { variable826 for (int pos = 0; pos < ARRAY_SIZE(einj_error_type_string); pos++) in available_error_type_show()827 if (available_error_type & einj_error_type_string[pos].mask) in available_error_type_show()828 seq_printf(m, "0x%08x\t%s\n", einj_error_type_string[pos].mask, in available_error_type_show()829 einj_error_type_string[pos].str); in available_error_type_show()