intel/decoder: Expose the raw field value in the iterator
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
@@ -67,6 +67,7 @@ struct gen_field_iterator {
|
||||
struct gen_group *group;
|
||||
char name[128];
|
||||
char value[128];
|
||||
uint64_t raw_value;
|
||||
struct gen_group *struct_desc;
|
||||
const uint32_t *p;
|
||||
int p_bit; /**< bit offset into p */
|
||||
|
||||
Reference in New Issue
Block a user