Searched defs:err_reg_info (Results 1 – 1 of 1) sorted by relevance
1113 struct err_reg_info { struct1114 u32 status; /* status CSR offset */1115 u32 clear; /* clear CSR offset */1116 u32 mask; /* mask CSR offset */1117 void (*handler)(struct hfi1_devdata *dd, u32 source, u64 reg);1141 static const struct err_reg_info misc_errs[NUM_MISC_ERRS] = { argument