Searched defs:vme_error_handler (Results 1 – 1 of 1) sorted by relevance
80 struct vme_error_handler { struct81 struct list_head list;82 unsigned long long start; /* Beginning of error window */83 unsigned long long end; /* End of error window */84 unsigned long long first_error; /* Address of the first error */85 u32 aspace; /* Address space of error window*/86 unsigned num_errors; /* Number of errors */