Searched defs:iwl_error_event_table (Results 1 – 2 of 2) sorted by relevance
382 struct iwl_error_event_table { struct383 u32 valid; /* (nonzero) valid, (0) log is empty */384 u32 error_id; /* type of error */385 u32 pc; /* program counter */386 u32 blink1; /* branch link */387 u32 blink2; /* branch link */388 u32 ilink1; /* interrupt link */389 u32 ilink2; /* interrupt link */390 u32 data1; /* error-specific data */391 u32 data2; /* error-specific data */[all …]
425 struct iwl_error_event_table { struct426 u32 valid; /* (nonzero) valid, (0) log is empty */427 u32 error_id; /* type of error */428 u32 pc; /* program counter */429 u32 blink1; /* branch link */430 u32 blink2; /* branch link */431 u32 ilink1; /* interrupt link */432 u32 ilink2; /* interrupt link */433 u32 data1; /* error-specific data */434 u32 data2; /* error-specific data */[all …]