Searched defs:iwl_error_event_table (Results 1 – 2 of 2) sorted by relevance
23 struct iwl_error_event_table { struct25 u32 error_id; /* type of error */28 u32 blink2; /* branch link */29 u32 ilink1; /* interrupt link */30 u32 ilink2; /* interrupt link */31 u32 data1; /* error-specific data */34 u32 bcon_time; /* beacon timer */37 u32 gp1; /* GP1 timer register */38 u32 gp2; /* GP2 timer register */45 u32 frame_ptr; /* frame pointer */[all …]
362 struct iwl_error_event_table { struct364 u32 error_id; /* type of error */365 u32 pc; /* program counter */366 u32 blink1; /* branch link */367 u32 blink2; /* branch link */368 u32 ilink1; /* interrupt link */369 u32 ilink2; /* interrupt link */373 u32 bcon_time; /* beacon timer */376 u32 gp1; /* GP1 timer register */377 u32 gp2; /* GP2 timer register */[all …]
Completed in 21 milliseconds