err_reg_info
static const struct err_reg_info misc_errs[NUM_MISC_ERRS] = {
static const struct err_reg_info sdma_eng_err =
static const struct err_reg_info various_err[NUM_VARIOUS] = {
static const struct err_reg_info dc_errs[NUM_DC_ERRS] = {
const struct err_reg_info *eri)
const struct err_reg_info *eri = &misc_errs[source];
const struct err_reg_info *eri = &various_err[source];
const struct err_reg_info *eri = &dc_errs[source];