Searched defs:field_desc (Results 1 – 3 of 3) sorted by relevance
82 struct field_desc { struct83 const char *name; /* Field name */84 unsigned short start; /* Start bit position */85 unsigned short end; /* End bit position */86 unsigned char shift; /* # of low order bits omitted and implicitly 0 */87 unsigned char hex; /* Print field in hex instead of decimal */88 unsigned char islog2; /* Field contains the base-2 log of the value */
404 struct field_desc { struct405 const char *name;406 u32 start;407 u32 width;
11842 struct field_desc { struct11849 field_desc_show(struct sbuf *sb, uint64_t v, const struct field_desc *f) in field_desc_show() argument