Searched refs:einjv2_error_type_string (Results 1 – 1 of 1) sorted by relevance
817 static struct { u32 mask; const char *str; } const einjv2_error_type_string[] = { variable831 for (int pos = 0; pos < ARRAY_SIZE(einjv2_error_type_string); pos++) { in available_error_type_show()832 if (available_error_type_v2 & einjv2_error_type_string[pos].mask) in available_error_type_show()833 seq_printf(m, "V2_0x%08x\t%s\n", einjv2_error_type_string[pos].mask, in available_error_type_show()834 einjv2_error_type_string[pos].str); in available_error_type_show()